Andreas Wacknitz
2024-04-09 7bea32fd382fe993229cd2db29c3a13cb8138b09
commit | author | age
c6d0ba 1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
MT 2 py$(PYV): commands[0]> python -m pytest tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: pyproject.toml
8 collecting ... collected 5 items
9
10 tests/test_eval_type_backport.py::test_eval_type_backport PASSED
11 tests/test_eval_type_backport.py::test_other_type_error PASSED
12 tests/test_eval_type_backport.py::test_other_or_type_error PASSED
13 tests/test_eval_type_backport.py::test_working_or PASSED
14 tests/test_eval_type_backport.py::test_subscript PASSED
15
16 ======== 5 passed ========
17   py$(PYV): OK
18   congratulations :)