1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 48 items
10 conftest.py::mypy PASSED
11 conftest.py::mypy-status PASSED
12 docs/conf.py::mypy PASSED
13 jaraco/vcs/__init__.py::mypy PASSED
14 jaraco/vcs/__init__.py::jaraco.vcs PASSED
15 jaraco/vcs/base.py::mypy PASSED
16 jaraco/vcs/cmd.py::mypy PASSED
17 jaraco/vcs/cmd.py::jaraco.vcs.cmd.Git.age PASSED
18 jaraco/vcs/fixtures.py::mypy PASSED
19 jaraco/vcs/library.py::mypy PASSED
20 jaraco/vcs/reentry.py::mypy PASSED
21 jaraco/vcs/subprocess.py::mypy PASSED
24 tests/__init__.py::mypy PASSED
25 tests/test_git.py::mypy PASSED
26 tests/test_git.py::test_subprocess_manager_invalid_when_exe_missing PASSED
27 tests/test_git.py::TestTags::test_single_tag PASSED
28 tests/test_git.py::TestParseVersion::test_simple PASSED
29 tests/test_git.py::TestParseVersion::test_trailing_mess PASSED
30 tests/test_git.py::TestRevisionTimestamp::test_tagged_rev_timestamp PASSED
31 tests/test_git.py::TestIsolation::test_commits_not_signed PASSED
32 tests/test_managers.py::mypy PASSED
33 tests/test_managers.py::test_existing_only PASSED
34 tests/test_managers.py::test_no_valid_implementations PASSED
35 tests/test_mercurial.py::mypy PASSED
36 tests/test_mercurial.py::test_subprocess_manager_invalid_when_exe_missing PASSED
37 tests/test_mercurial.py::TestRelativePaths::test_nested_child PASSED
38 tests/test_mercurial.py::TestRelativePaths::test_manager_in_child PASSED
39 tests/test_mercurial.py::TestRelativePaths::test_current_dir_in_child PASSED
40 tests/test_mercurial.py::TestTags::test_single_tag PASSED
41 tests/test_mercurial.py::TestTags::test_no_tags PASSED
42 tests/test_mercurial.py::TestTags::test_local_modifications PASSED
43 tests/test_mercurial.py::TestTags::test_parent_tag PASSED
44 tests/test_mercurial.py::TestTags::test_two_tags_same_revision PASSED
45 tests/test_mercurial.py::TestTags::test_two_tags_same_revision_lexicographically_earlier PASSED
46 tests/test_mercurial.py::TestTags::test_ancestral_tags_local PASSED
47 tests/test_mercurial.py::TestTags::test_ancestral_tags_specified PASSED
48 tests/test_mercurial.py::TestRevisionTimestamp::test_tagged_rev_timestamp PASSED
49 tests/test_reentry.py::mypy PASSED
50 tests/test_reentry.py::TestReEntry::test_hello_world PASSED
51 tests/test_reentry.py::TestReEntry::test_hello_world_unicode PASSED
52 tests/test_reentry.py::TestReEntry::test_main_with_system_exit PASSED
53 tests/test_reentry.py::TestReEntry::test_main_with_system_exit_one PASSED
54 tests/test_reentry.py::TestReEntry::test_main_with_system_exit_string PASSED
55 tests/test_reentry.py::TestReEntry::test_echo_args PASSED
56 tests/test_reentry.py::TestErrors::test_name_error PASSED
57 tests/test_reentry.py::TestErrors::test_keyboard_interrupt PASSED
59 ===================================== mypy =====================================
61 Success: no issues found in 14 source files
62 ======== 48 passed ========