Skip to content

Add 3.12 to list of supported Python versions #9

Add 3.12 to list of supported Python versions

Add 3.12 to list of supported Python versions #9

GitHub Actions / Test results succeeded Mar 28, 2025 in 0s

All 24 tests pass in 30s

 4 files   4 suites   30s ⏱️
24 tests 24 ✅ 0 💤 0 ❌
96 runs  96 ✅ 0 💤 0 ❌

Results for commit b2a90a1.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test results

24 tests found

There are 24 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_netsmp_ffi ‑ test_ffi_definitions_should_compile
tests.test_netsnmp ‑ test_when_netsnmp_debug_logging_is_enabled_load_mibs_should_log_debug_msgs
tests.test_netsnmp.TestDecodeString ‑ test_when_input_contains_nul_chars_it_should_include_them
tests.test_oids.TestOIDAdd ‑ test_when_adding_a_valid_oid_string_it_should_return_expected_oid
tests.test_oids.TestOIDAdd ‑ test_when_adding_an_invalid_oid_string_it_should_raise_valueerror
tests.test_oids.TestOIDAdd ‑ test_when_adding_two_oids_it_should_return_expected_oid
tests.test_oids.TestOIDInit ‑ test_when_input_is_integer_it_should_raise_typeerror
tests.test_oids.TestOIDInit ‑ test_when_input_is_integer_tuple_it_should_instantiate
tests.test_oids.TestOIDInit ‑ test_when_input_is_invalid_oid_string_it_should_raise_valueerror
tests.test_oids.TestOIDInit ‑ test_when_input_is_valid_oid_bytes_it_should_instantiate
tests.test_oids.TestOIDInit ‑ test_when_input_is_valid_oid_string_it_should_instantiate
tests.test_oids.TestOIDIsAPrefix ‑ test_when_oid_is_not_a_prefix_of_other_it_should_return_false
tests.test_oids.TestOIDIsAPrefix ‑ test_when_oid_is_prefix_of_other_it_should_return_true
tests.test_oids.TestOIDStrings ‑ test_repr_should_return_expected_representation
tests.test_oids.TestOIDStrings ‑ test_str_should_return_expected_string
tests.test_oids.TestOIDStripPrefix ‑ test_when_input_is_a_prefix_it_should_return_a_stripped_oid
tests.test_oids.TestOIDStripPrefix ‑ test_when_input_is_not_a_prefix_it_should_return_itself
tests.test_session ‑ test_get_should_work_more_than_once
tests.test_session ‑ test_it_should_agetnext_sysdescr_from_localhost
tests.test_session ‑ test_it_should_bulkget_sysuptime_and_sysdescr_from_localhost
tests.test_session ‑ test_it_should_getnext_sysdescr_from_localhost
tests.test_session ‑ test_too_many_sessions_should_raise_sensible_exception
tests.test_session ‑ test_when_host_is_unreachable_then_agent_should_raise_timeout
tests.test_session ‑ test_when_snmp_version_is_invalid_it_should_raise_valueerror