perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / tomli / test / results-all.master
blobfa3296a039b289e0b8b3f73ac17e87a070a4f83b
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 ----------------------------------------------------------------------
20 Ran 15 tests
23   py$(PYV): OK
24   congratulations :)