1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m unittest -v
3 test_invalid (tests.test_data.TestData) ... ok
4 test_valid (tests.test_data.TestData) ... ok
5 test_deprecated_tomldecodeerror (tests.test_error.TestError) ... ok
6 test_invalid_char_quotes (tests.test_error.TestError) ... ok
7 test_invalid_parse_float (tests.test_error.TestError) ... ok
8 test_line_and_col (tests.test_error.TestError) ... ok
9 test_missing_value (tests.test_error.TestError) ... ok
10 test_tomldecodeerror (tests.test_error.TestError) ... ok
11 test_type_error (tests.test_error.TestError) ... ok
12 test_deepcopy (tests.test_misc.TestMiscellaneous) ... ok
13 test_incorrect_load (tests.test_misc.TestMiscellaneous) ... ok
14 test_inline_array_recursion_limit (tests.test_misc.TestMiscellaneous) ... ok
15 test_inline_table_recursion_limit (tests.test_misc.TestMiscellaneous) ... ok
16 test_load (tests.test_misc.TestMiscellaneous) ... ok
17 test_parse_float (tests.test_misc.TestMiscellaneous) ... ok
19 ----------------------------------------------------------------------