1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --cov-report=term-missing --cov=texttable tests.py
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 collecting ... collected 15 items
9 tests.py::test_bool PASSED
10 tests.py::test_chaining PASSED
11 tests.py::test_cjkwarp PASSED
12 tests.py::test_combining_char PASSED
13 tests.py::test_combining_char2 PASSED
14 tests.py::test_exceeding_max_width PASSED
15 tests.py::test_exceeding_max_width2 PASSED
16 tests.py::test_exceeding_max_width3 PASSED
17 tests.py::test_exceeding_max_width4 PASSED
18 tests.py::test_nan PASSED
19 tests.py::test_obj2unicode PASSED
20 tests.py::test_set_cols_width PASSED
21 tests.py::test_texttable PASSED
22 tests.py::test_texttable_header PASSED
23 tests.py::test_user_dtype PASSED
26 ======== 15 passed ========