python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / polib / test / results-all.master
blobedb404c8029bf7427b77209fe2e3308e0a6026ae
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m coverage run tests/tests.py --verbose
4 test_append1 (__main__.TestBaseFile) ... ok
5 test_append2 (__main__.TestBaseFile) ... ok
6 test_append3 (__main__.TestBaseFile) ... ok
7 test_append4 (__main__.TestBaseFile) ... ok
8 test_comment_ordering (__main__.TestBaseFile)
9 Test that "# " comments appear before "#. " comments when writing. ... ok
10 test_find1 (__main__.TestBaseFile) ... ok
11 test_find2 (__main__.TestBaseFile) ... ok
12 test_find3 (__main__.TestBaseFile) ... ok
13 test_find4 (__main__.TestBaseFile) ... ok
14 test_find5 (__main__.TestBaseFile) ... ok
15 test_insert1 (__main__.TestBaseFile) ... ok
16 test_insert2 (__main__.TestBaseFile) ... ok
17 test_metadata_as_entry (__main__.TestBaseFile) ... ok
18 test_ordered_metadata (__main__.TestBaseFile) ... ok
19 test_save1 (__main__.TestBaseFile) ... ok
20 test_save2 (__main__.TestBaseFile) ... ok
21 test_sort (__main__.TestBaseFile) ... ok
22 test_str (__main__.TestBaseFile) ... ok
23 test_trailing_comment (__main__.TestBaseFile) ... ok
24 test_unicode1 (__main__.TestBaseFile) ... ok
25 test_unicode2 (__main__.TestBaseFile) ... ok
26 test_wrapping (__main__.TestBaseFile) ... ok
27 test_detect_encoding1 (__main__.TestFunctions)
28 Test that given encoding is returned when file has no encoding defined. ... ok
29 test_detect_encoding2 (__main__.TestFunctions)
30 Test with a .pot file. ... ok
31 test_detect_encoding3 (__main__.TestFunctions)
32 Test with an utf8 .po file. ... ok
33 test_detect_encoding4 (__main__.TestFunctions)
34 Test with utf8 data (no file). ... ok
35 test_detect_encoding5 (__main__.TestFunctions)
36 Test with utf8 .mo file. ... ok
37 test_detect_encoding6 (__main__.TestFunctions)
38 Test with iso-8859-15 .po file. ... ok
39 test_detect_encoding7 (__main__.TestFunctions)
40 Test with iso-8859-15 .mo file. ... ok
41 test_empty (__main__.TestFunctions) ... ok
42 test_escape (__main__.TestFunctions)
43 Tests the escape function. ... ok
44 test_indented_pofile (__main__.TestFunctions)
45 Test that an indented pofile returns a POFile instance. ... ok
46 test_is_file (__main__.TestFunctions) ... ok
47 test_linenum_1 (__main__.TestFunctions) ... ok
48 test_linenum_2 (__main__.TestFunctions) ... ok
49 test_linenum_3 (__main__.TestFunctions) ... ok
50 test_mofile_with_subclass (__main__.TestFunctions)
51 Test that the mofile function correctly returns an instance of the ... ok
52 test_pofile_and_mofile1 (__main__.TestFunctions)
53 Test bad usage of pofile/mofile. ... ok
54 test_pofile_and_mofile10 (__main__.TestFunctions)
55 Test mofile with a bytes object. ... ok
56 test_pofile_and_mofile2 (__main__.TestFunctions)
57 Test that the pofile function returns a POFile instance. ... ok
58 test_pofile_and_mofile3 (__main__.TestFunctions)
59 Test  that the mofile function returns a MOFile instance. ... ok
60 test_pofile_and_mofile4 (__main__.TestFunctions)
61 Test that check_for_duplicates is passed to the instance. ... ok
62 test_pofile_and_mofile5 (__main__.TestFunctions)
63 Test that detect_encoding works as expected. ... ok
64 test_pofile_and_mofile6 (__main__.TestFunctions)
65 Test that encoding is default_encoding when detect_encoding is False. ... ok
66 test_pofile_and_mofile7 (__main__.TestFunctions)
67 Test that encoding is ok when encoding is explicitly given. ... ok
68 test_pofile_and_mofile8 (__main__.TestFunctions)
69 Test that weird occurrences are correctly parsed. ... ok
70 test_pofile_and_mofile9 (__main__.TestFunctions)
71 Test that obsolete previous msgid are ignored ... ok
72 test_pofile_with_subclass (__main__.TestFunctions)
73 Test that the pofile function correctly returns an instance of the ... ok
74 test_previous_msgctxt_1 (__main__.TestFunctions)
75 Test previous msgctxt multiline. ... ok
76 test_previous_msgctxt_2 (__main__.TestFunctions)
77 Test previous msgctxt single line. ... ok
78 test_previous_msgid_1 (__main__.TestFunctions)
79 Test previous msgid multiline. ... ok
80 test_previous_msgid_2 (__main__.TestFunctions)
81 Test previous msgid single line. ... ok
82 test_previous_msgid_3 (__main__.TestFunctions)
83 Test saving empty previous msgid. ... ok
84 test_syntax_error1 (__main__.TestFunctions)
85 Test that syntax error is raised while processing a symbol parsing. ... ok
86 test_ufeff_data_pofile (__main__.TestFunctions)
87 Test that an ufeff prefixed pofile returns a POFile instance. ... ok
88 test_ufeff_pofile (__main__.TestFunctions)
89 Test that an ufeff prefixed pofile returns a POFile instance. ... ok
90 test_unescape (__main__.TestFunctions)
91 Tests the unescape function. ... ok
92 test_unescaped_double_quote1 (__main__.TestFunctions)
93 Test that polib reports an error when unescaped double quote is found. ... ok
94 test_unescaped_double_quote2 (__main__.TestFunctions)
95 Test that polib reports an error when unescaped double quote is found. ... ok
96 test_unescaped_double_quote3 (__main__.TestFunctions)
97 Test that polib reports an error when unescaped double quote is found at the beginning of the string. ... ok
98 test_unescaped_double_quote4 (__main__.TestFunctions)
99 Test that polib reports an error when unescaped double quote is found at the beginning of the string. ... ok
100 test_windows_path_occurrences (__main__.TestFunctions) ... ok
101 test_dummy_methods (__main__.TestMoFile)
102 This is stupid and just here for code coverage. ... ok
103 test_invalid_version (__main__.TestMoFile) ... ok
104 test_msgctxt (__main__.TestMoFile) ... ok
105 test_no_header (__main__.TestMoFile) ... ok
106 test_save_as_pofile (__main__.TestMoFile)
107 Test for the MOFile.save_as_pofile() method. ... ok
108 test_comment_starting_with_two_hashes (__main__.TestPoFile) ... ok
109 test_compare1 (__main__.TestPoFile) ... ok
110 test_compare2 (__main__.TestPoFile) ... ok
111 test_compare3 (__main__.TestPoFile) ... ok
112 test_compare4 (__main__.TestPoFile) ... ok
113 test_compare5 (__main__.TestPoFile) ... ok
114 test_compare6 (__main__.TestPoFile) ... ok
115 test_compare7 (__main__.TestPoFile) ... ok
116 test_compare8 (__main__.TestPoFile) ... ok
117 test_fuzzy_entries (__main__.TestPoFile) ... ok
118 test_fuzzy_obsolete (__main__.TestPoFile) ... ok
119 test_merge (__main__.TestPoFile) ... ok
120 test_obsolete_entries (__main__.TestPoFile) ... ok
121 test_percent_translated (__main__.TestPoFile) ... ok
122 test_save_as_mofile (__main__.TestPoFile)
123 Test for the POFile.save_as_mofile() method. ... ok
124 test_set_fuzzy (__main__.TestPoFile) ... ok
125 test_translated_entries (__main__.TestPoFile) ... ok
126 test_untranslated_entries (__main__.TestPoFile) ... ok
127 test_unusual_metadata_location (__main__.TestPoFile) ... ok
128 test_word_garbage (__main__.TestPoFile) ... ok
130 ----------------------------------------------------------------------
131 Ran 87 tests
134   py$(PYV): OK
135   congratulations :)