1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> black --diff .
4 5 files would be left unchanged.
5 py$(PYV): commands[1]> python -m pytest --cov --cov-report=html --cov-fail-under=100
6 ============================= test session starts ==============================
7 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
8 cachedir: .tox/py$(PYV)/.pytest_cache
10 collecting ... collected 27 items
12 tests/test_expandvars.py::test_bad_substitution_err PASSED
13 tests/test_expandvars.py::test_brace_never_closed_err PASSED
14 tests/test_expandvars.py::test_corner_cases PASSED
15 tests/test_expandvars.py::test_escape PASSED
16 tests/test_expandvars.py::test_expand_var_symbol[%] PASSED
17 tests/test_expandvars.py::test_expand_var_symbol[&] PASSED
18 tests/test_expandvars.py::test_expand_var_symbol[=] PASSED
19 tests/test_expandvars.py::test_expand_var_symbol[\xa3] PASSED
20 tests/test_expandvars.py::test_expandvars_combo PASSED
21 tests/test_expandvars.py::test_expandvars_constant PASSED
22 tests/test_expandvars.py::test_expandvars_empty PASSED
23 tests/test_expandvars.py::test_expandvars_from_file PASSED
24 tests/test_expandvars.py::test_expandvars_get_default PASSED
25 tests/test_expandvars.py::test_expandvars_indirection PASSED
26 tests/test_expandvars.py::test_expandvars_pid PASSED
27 tests/test_expandvars.py::test_expandvars_simple PASSED
28 tests/test_expandvars.py::test_expandvars_substitute PASSED
29 tests/test_expandvars.py::test_expandvars_update_default PASSED
30 tests/test_expandvars.py::test_invalid_length_err PASSED
31 tests/test_expandvars.py::test_invalid_operand_err PASSED
32 tests/test_expandvars.py::test_missing_escapped_character PASSED
33 tests/test_expandvars.py::test_offset PASSED
34 tests/test_expandvars.py::test_offset_length PASSED
35 tests/test_expandvars.py::test_strict_parsing PASSED
36 tests/test_option_nounset.py::test_expandvars_option_nounset PASSED
37 tests/test_option_nounset.py::test_expandvars_option_nounset_with_strict PASSED
38 tests/test_recover_null.py::test_strict_parsing_recover_null PASSED
40 Required test coverage of 100% reached. Total coverage: 100.00%
42 ======== 27 passed ========