py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m unittest -v test_invalid (tests.test_data.TestData.test_invalid) ... ok test_valid (tests.test_data.TestData.test_valid) ... ok test_deprecated_tomldecodeerror (tests.test_error.TestError.test_deprecated_tomldecodeerror) ... ok test_invalid_char_quotes (tests.test_error.TestError.test_invalid_char_quotes) ... ok test_invalid_parse_float (tests.test_error.TestError.test_invalid_parse_float) ... ok test_line_and_col (tests.test_error.TestError.test_line_and_col) ... ok test_missing_value (tests.test_error.TestError.test_missing_value) ... ok test_tomldecodeerror (tests.test_error.TestError.test_tomldecodeerror) ... ok test_type_error (tests.test_error.TestError.test_type_error) ... ok test_deepcopy (tests.test_misc.TestMiscellaneous.test_deepcopy) ... ok test_incorrect_load (tests.test_misc.TestMiscellaneous.test_incorrect_load) ... ok test_inline_array_recursion_limit (tests.test_misc.TestMiscellaneous.test_inline_array_recursion_limit) ... ok test_inline_table_recursion_limit (tests.test_misc.TestMiscellaneous.test_inline_table_recursion_limit) ... ok test_load (tests.test_misc.TestMiscellaneous.test_load) ... ok test_parse_float (tests.test_misc.TestMiscellaneous.test_parse_float) ... ok test_types_import (tests.test_misc.TestMiscellaneous.test_types_import) Test that `_types` module runs. ... ok ---------------------------------------------------------------------- Ran 16 tests OK py$(PYV): OK congratulations :)