diff options
| author | Seth Morton <seth.m.morton@gmail.com> | 2023-02-28 23:05:59 -0800 |
|---|---|---|
| committer | Seth Morton <seth.m.morton@gmail.com> | 2023-03-01 20:51:51 -0800 |
| commit | 0f993d00d6c5120e0773452977ae3ce6a36dccb9 (patch) | |
| tree | 2b5da87f37e417d795fcd006d8b4a688292889f8 | |
| parent | c9ca4fc11b18157c87eccdcb6eec0465ee434c3f (diff) | |
| download | natsort-0f993d00d6c5120e0773452977ae3ce6a36dccb9.tar.gz | |
Add FreeBSD failing test example
| -rw-r--r-- | tests/test_string_component_transform_factory.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_string_component_transform_factory.py b/tests/test_string_component_transform_factory.py index 4c8ed87..bc48d5b 100644 --- a/tests/test_string_component_transform_factory.py +++ b/tests/test_string_component_transform_factory.py @@ -65,6 +65,7 @@ def no_null(x: str) -> bool: ], ) @example(x=float("nan")) +@example(x="Å") @given( x=integers() | floats() |
