1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 collecting ... collected 9 items
7 smmap/test/test_buf.py::TestBuf::test_basics PASSED
8 smmap/test/test_mman.py::TestMMan::test_cursor PASSED
9 smmap/test/test_mman.py::TestMMan::test_memman_operation PASSED
10 smmap/test/test_mman.py::TestMMan::test_memory_manager PASSED
11 smmap/test/test_tutorial.py::TestTutorial::test_example PASSED
12 smmap/test/test_util.py::TestMMan::test_region PASSED
13 smmap/test/test_util.py::TestMMan::test_region_list PASSED
14 smmap/test/test_util.py::TestMMan::test_util PASSED
15 smmap/test/test_util.py::TestMMan::test_window PASSED
17 ======== 9 passed ========