Skip to content

Commit

Permalink
adding namespace test
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Feb 19, 2024
1 parent ebd266e commit be0f861
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_namespace.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import screenpy_adapter_allure


def test_screenpy_adapter_allure() -> None:
expected = [
"AllureAdapter",
]
assert sorted(screenpy_adapter_allure.__all__) == sorted(expected)

0 comments on commit be0f861

Please sign in to comment.