1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --mypy --cov=unidecode tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 collecting ... collected 67 items
9 tests/__init__.py::mypy PASSED
10 tests/__init__.py::mypy-status PASSED
11 tests/test_readme.py::mypy PASSED
12 tests/test_unidecode.py::TestUnidecode::test_ascii PASSED
13 tests/test_unidecode.py::TestUnidecode::test_bmp PASSED
14 tests/test_unidecode.py::TestUnidecode::test_circled_latin PASSED
15 tests/test_unidecode.py::TestUnidecode::test_enclosed_alphanumerics PASSED
16 tests/test_unidecode.py::TestUnidecode::test_errors_ignore PASSED
17 tests/test_unidecode.py::TestUnidecode::test_errors_invalid PASSED
18 tests/test_unidecode.py::TestUnidecode::test_errors_preserve PASSED
19 tests/test_unidecode.py::TestUnidecode::test_errors_replace PASSED
20 tests/test_unidecode.py::TestUnidecode::test_errors_replace_str PASSED
21 tests/test_unidecode.py::TestUnidecode::test_errors_strict PASSED
22 tests/test_unidecode.py::TestUnidecode::test_mathematical_digits PASSED
23 tests/test_unidecode.py::TestUnidecode::test_mathematical_latin PASSED
24 tests/test_unidecode.py::TestUnidecode::test_space PASSED
25 tests/test_unidecode.py::TestUnidecode::test_specific PASSED
26 tests/test_unidecode.py::TestUnidecode::test_specific_wide PASSED
27 tests/test_unidecode.py::TestUnidecode::test_surrogate_pairs PASSED
28 tests/test_unidecode.py::TestUnidecode::test_surrogates PASSED
29 tests/test_unidecode.py::TestUnidecode::test_unicode_text_converter PASSED
30 tests/test_unidecode.py::TestUnidecode::test_wordpress_remove_accents PASSED
31 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_ascii PASSED
32 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_bmp PASSED
33 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_circled_latin PASSED
34 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_enclosed_alphanumerics PASSED
35 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_ignore PASSED
36 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_invalid PASSED
37 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_preserve PASSED
38 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_replace PASSED
39 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_replace_str PASSED
40 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_errors_strict PASSED
41 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_mathematical_digits PASSED
42 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_mathematical_latin PASSED
43 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_space PASSED
44 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_specific PASSED
45 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_specific_wide PASSED
46 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_surrogate_pairs PASSED
47 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_surrogates PASSED
48 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_unicode_text_converter PASSED
49 tests/test_unidecode.py::TestUnidecodeExpectASCII::test_wordpress_remove_accents PASSED
50 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_ascii PASSED
51 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_bmp PASSED
52 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_circled_latin PASSED
53 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_enclosed_alphanumerics PASSED
54 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_ignore PASSED
55 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_invalid PASSED
56 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_preserve PASSED
57 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_replace PASSED
58 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_replace_str PASSED
59 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_errors_strict PASSED
60 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_mathematical_digits PASSED
61 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_mathematical_latin PASSED
62 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_space PASSED
63 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_specific PASSED
64 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_specific_wide PASSED
65 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_surrogate_pairs PASSED
66 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_surrogates PASSED
67 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_unicode_text_converter PASSED
68 tests/test_unidecode.py::TestUnidecodeExpectNonASCII::test_wordpress_remove_accents PASSED
69 tests/test_unidecode.py::mypy PASSED
70 tests/test_utility.py::TestUnidecodeUtility::test_commandline PASSED
71 tests/test_utility.py::TestUnidecodeUtility::test_encoding_error PASSED
72 tests/test_utility.py::TestUnidecodeUtility::test_file_default_encoding PASSED
73 tests/test_utility.py::TestUnidecodeUtility::test_file_specified_encoding PASSED
74 tests/test_utility.py::TestUnidecodeUtility::test_file_stdin PASSED
75 tests/test_utility.py::mypy PASSED
77 ===================================== mypy =====================================
79 Success: no issues found in 4 source files
80 ======== 67 passed ========