mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove hypothesis from system test
This commit is contained in:
parent
b1cddde635
commit
f58f06d2b5
1 changed files with 4 additions and 4 deletions
|
|
@ -291,10 +291,10 @@ class StorageTests(object):
|
|||
assert rv == x
|
||||
assert isinstance(rv, str)
|
||||
|
||||
@given(value=st.one_of(
|
||||
st.none(),
|
||||
printable_characters_strategy
|
||||
))
|
||||
@pytest.mark.parametrize('value', [
|
||||
'fööbör',
|
||||
'ананасовое перо'
|
||||
])
|
||||
def test_metadata_normalization(self, requires_metadata, s, value):
|
||||
x = s.get_meta('displayname')
|
||||
assert x == normalize_meta_value(x)
|
||||
|
|
|
|||
Loading…
Reference in a new issue