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')
6 collecting ... collected 11 items
9 smmap/test/test_buf.py::TestBuf::test_basics PASSED
10 smmap/test/test_mman.py::TestMMan::test_cursor PASSED
11 smmap/test/test_mman.py::TestMMan::test_memman_operation PASSED
12 smmap/test/test_mman.py::TestMMan::test_memory_manager PASSED
13 smmap/test/test_tutorial.py::TestTutorial::test_example PASSED
14 smmap/test/test_util.py::TestMMan::test_region PASSED
15 smmap/test/test_util.py::TestMMan::test_region_list PASSED
16 smmap/test/test_util.py::TestMMan::test_util PASSED
17 smmap/test/test_util.py::TestMMan::test_window PASSED
19 ======== 10 passed ========