We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2892a9 commit 5e39fcbCopy full SHA for 5e39fcb
tests/unit/test_configuration.py
@@ -24,6 +24,8 @@ def test_global_configuration_works() -> None:
24
is service_locator.get_configuration()
25
)
26
27
+
28
+def test_global_configuration_works_reversed() -> None:
29
assert (
30
service_locator.get_configuration()
31
0 commit comments