ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / tomli / test / results-all.master
blob1b37875efca91925ff9c2d81c0774417c9320bad
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_module_name (tests.test_error.TestError) ... ok
11 test_tomldecodeerror (tests.test_error.TestError) ... ok
12 test_type_error (tests.test_error.TestError) ... ok
13 test_deepcopy (tests.test_misc.TestMiscellaneous) ... ok
14 test_incorrect_load (tests.test_misc.TestMiscellaneous) ... ok
15 test_inline_array_recursion_limit (tests.test_misc.TestMiscellaneous) ... ok
16 test_inline_table_recursion_limit (tests.test_misc.TestMiscellaneous) ... ok
17 test_load (tests.test_misc.TestMiscellaneous) ... ok
18 test_parse_float (tests.test_misc.TestMiscellaneous) ... ok
20 ----------------------------------------------------------------------
21 Ran 16 tests
24   py$(PYV): OK
25   congratulations :)