Skip to content

Commit

Permalink
o weka e nimi Su tan poki alasa kepeken nasin pona pi ilo Hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdan3 committed Jul 26, 2024
1 parent f905a3c commit 6f0c259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PDM
import hypothesis.strategies as st
from hypothesis import given
from hypothesis import given, assume

# LOCAL
from sonatoki.Filters import (
Expand Down Expand Up @@ -54,11 +54,13 @@ def test_ku_filters_non_overlap(s: str):
| NIMI_LINKU_COMMON
| NIMI_LINKU_UNCOMMON
| NIMI_LINKU_OBSCURE
| NIMI_LINKU_SANDBOX - {"su"}
| NIMI_LINKU_SANDBOX
)
)
)
def test_linku_filters_non_overlap(s: str):
_ = assume(s != "su")

s = Lowercase.clean(s)
s = ConsecutiveDuplicates.clean(s)

Expand Down

0 comments on commit 6f0c259

Please sign in to comment.