Skip to content

Commit

Permalink
test: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Feb 13, 2024
1 parent 04b5782 commit d4013bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ def _test_providers(self, container: Container) -> None:
for provider in container.providers.values(): # type: ignore[attr-defined]
if isinstance(provider, Singleton):
provided = provider()
print(provided.__class__.name)
assert isinstance(provided, provider.cls)

0 comments on commit d4013bc

Please sign in to comment.