START: ptest-runner
2023-03-16T10:20
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-7.2.2, pluggy-1.0.0
rootdir: /usr/lib/python3-hypothesis/ptest
plugins: hypothesis-6.68.2
collected 5 items

PASS: examples/test_binary_search.py::test_insert_is_sorted 
PASS: examples/test_binary_search.py::test_is_minimal 
PASS: examples/test_binary_search.py::test_inserts_into_same_place_twice 
PASS: examples/test_rle.py::test_decodes_to_starting_sequence 
PASS: examples/test_rle.py::test_duplicating_an_element_does_not_increase_length 

============================== 5 passed in 2.12s ===============================
DURATION: 2
