1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
7 collecting ... collected 7 items
10 tests/test_plugin.py::test_durations PASSED
11 tests/test_plugin.py::test_freezer_move_to_method PASSED
12 tests/test_plugin.py::test_frozen_by_default_with_fixture PASSED
13 tests/test_plugin.py::test_mark_decorator PASSED
14 tests/test_plugin.py::test_not_frozen_with_no_fixture PASSED
15 tests/test_plugin.py::test_tick_method PASSED
17 ======== 7 passed ========