mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
debug
This commit is contained in:
@@ -244,10 +244,10 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
|
|
||||||
@settings(max_examples=10)
|
@settings(max_examples=10)
|
||||||
@given(
|
@given(
|
||||||
name=st.one_of(st.none(), st.just(""), st.text(min_size=1, max_size=50)),
|
name=st.one_of(st.just(""), st.text(min_size=1, max_size=50)),
|
||||||
active=st.booleans(),
|
active=st.booleans(),
|
||||||
organization_type=st.one_of(
|
organization_type=st.one_of(
|
||||||
st.none(),
|
# st.none(),
|
||||||
st.sampled_from(list(OrganizationType)),
|
st.sampled_from(list(OrganizationType)),
|
||||||
st.integers(min_value=100, max_value=999),
|
st.integers(min_value=100, max_value=999),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user