towerops/test/snmpkit/snmp_mgr/config_test.exs
2026-06-13 14:25:19 -05:00

5 lines
180 B
Elixir

defmodule SnmpKit.SnmpMgr.ConfigTest do
use ExUnit.Case, async: true
doctest SnmpKit.SnmpMgr.Config, except: [get: 1, get_all: 0, merge_opts: 1, get_default_community: 0]
end