()
| 18 | |
| 19 | |
| 20 | def test_global_configuration_works() -> None: |
| 21 | assert ( |
| 22 | Configuration.get_global_configuration() |
| 23 | is Configuration.get_global_configuration() |
| 24 | is service_locator.get_configuration() |
| 25 | is service_locator.get_configuration() |
| 26 | ) |
| 27 | |
| 28 | |
| 29 | def test_global_configuration_works_reversed() -> None: |
nothing calls this directly
no test coverage detected