Stylefixes

This commit is contained in:
Markus Unterwaditzer 2016-04-26 18:44:00 +02:00
parent f1821f0786
commit db4923c3ef

View file

@ -77,8 +77,8 @@ printable_characters_strategy = st.text(
uid_strategy = st.text(
st.characters(blacklist_categories=(
'Zs', 'Zl', 'Zp',
'Cc', 'Cs'
'Zs', 'Zl', 'Zp',
'Cc', 'Cs'
)),
min_size=1
).filter(lambda x: x.strip() == x)