Код: Выделить всё
@given(s = st.text())
< /code>
или < /p>
@given(s = st.one_of(st.text() | st.integers() | st.uuids() | st.booleans() | st.floats()))
Подробнее здесь: https://stackoverflow.com/questions/797 ... data-types
Код: Выделить всё
@given(s = st.text())
< /code>
или < /p>
@given(s = st.one_of(st.text() | st.integers() | st.uuids() | st.booleans() | st.floats()))