Merge pull request #12 from Uninett/workflows/ruff #38
GitHub Actions / Test results
succeeded
Oct 9, 2025 in 0s
All 25 tests pass in 40s
4 files 4 suites 40s ⏱️
25 tests 25 ✅ 0 💤 0 ❌
100 runs 100 ✅ 0 💤 0 ❌
Results for commit 665cf7d.
Annotations
Check notice on line 0 in .github
github-actions / Test results
25 tests found
There are 25 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
tests.test_trapsession.TestSNMPTrap ‑ test_given_trap_with_non_ascii_community_then_from_pdu_should_not_crash
Loading