Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Mar 17, 2024
1 parent 0037833 commit 9d75a92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_sieve.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from xensieve import Sieve


def test_sieve_a() -> None:
s = Sieve("3@2")
assert str(s) == "Sieve{3@2}"



0 comments on commit 9d75a92

Please sign in to comment.