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