chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (#61) #184
GitHub Actions / Unit Test Results
succeeded
Oct 8, 2023 in 0s
All 25 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Unit Test Results
25 tests found
There are 25 tests, see "Raw output" for the full list of tests.
Raw output
src.tests.test_api.TestCachedApi ‑ test_when_cache_expired_return_new_data
src.tests.test_api.TestCachedApi ‑ test_when_cache_not_expired_return_cache
src.tests.test_api_configuration.TestApiConfiguration ‑ test_when_cache_disabled_return_regular
src.tests.test_api_configuration.TestApiConfiguration ‑ test_when_cache_enabled_return_cached
src.tests.test_api_configuration.TestApiConfiguration ‑ test_when_locked_raises_exception_return_none
src.tests.test_api_configuration.TestApiConfiguration ‑ test_when_locked_return_none
src.tests.test_api_configuration.TestApiConfiguration ‑ test_when_no_api_configuration_available_throw
src.tests.test_command_handler.TestCachedApi ‑ test_when_cache_not_expired_return_cache
src.tests.test_command_handler.TestCachedApi ‑ test_when_command_is_loaded_it_should_be_listed_as_available
src.tests.test_command_handler.TestCachedApi ‑ test_when_unknown_command_received_system_exit_is_called
src.tests.test_light_command.TestLightCommand ‑ test_when_light_doesnt_exist_raise
src.tests.test_light_command.TestLightCommand ‑ test_when_light_exists_return_is_reachable
src.tests.test_light_command.TestLightCommand ‑ test_when_light_exists_return_is_upgrade_available
src.tests.test_light_command.TestLightCommand ‑ test_when_light_exists_return_status
src.tests.test_light_command.TestLightCommand ‑ test_when_light_exists_return_version
src.tests.test_light_command.TestLightCommand ‑ test_when_not_enough_parameters_raise
src.tests.test_light_command.TestLightCommand ‑ test_when_unknown_action_raise
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_doesnt_exist
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_exists_return_battery_level
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_exists_return_light_level
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_exists_return_presence
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_exists_return_reachable
src.tests.test_sensor_command.TestSensorCommand ‑ test_when_sensor_exists_return_temperature
src.tests.test_system_command.TestCachedApi ‑ test_when_system_upgrade_available_print
src.tests.test_system_command.TestCachedApi ‑ test_when_system_version_received_print
Loading