1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
3 Running tests at level 1
4 Running zope.testrunner.layer.UnitTests tests:
5 Set up zope.testrunner.layer.UnitTests.
7 test_ctor (zope.copy.tests.test_copy.CopyPersistentTests)
8 test_id_w_hook_already_cached (zope.copy.tests.test_copy.CopyPersistentTests)
9 test_id_w_hook_normal (zope.copy.tests.test_copy.CopyPersistentTests)
10 test_id_w_hook_raising_ResumeCopy (zope.copy.tests.test_copy.CopyPersistentTests)
11 test_id_wo_hook (zope.copy.tests.test_copy.CopyPersistentTests)
12 test_subobject_w_post_copy_hook (zope.copy.tests.test_copy.Test_clone)
13 test_subobject_wo_post_copy_hook (zope.copy.tests.test_copy.Test_clone)
14 test_w_simple_hook (zope.copy.tests.test_copy.Test_clone)
15 test_wo_hooks (zope.copy.tests.test_copy.Test_clone)
16 test_clears_attrs (zope.copy.tests.test_copy.Test_copy)
17 test_w_readonly___parent___and___name__ (zope.copy.tests.test_copy.Test_copy)
18 Ran 11 tests with 0 failures, 0 errors and 0 skipped.
19 Tearing down left over layers:
20 Tear down zope.testrunner.layer.UnitTests.
21 py$(PYV): commands[1]> python -m sphinx.cmd.build -b doctest -d $(@D)/.tox/py$(PYV)/.cache/doctrees docs $(@D)/.tox/py$(PYV)/.cache/doctest
23 loading translations [en]... done
24 making output directory... done
25 WARNING: html_static_path entry '_static' does not exist
26 Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
27 building [mo]: targets for 0 po files that are out of date
29 building [doctest]: targets for 4 source files that are out of date
30 updating environment: [new config] 4 added, 0 changed, 0 removed
31 reading sources... [ 25%] api
32 reading sources... [ 50%] hacking
33 reading sources... [ 75%] index
34 reading sources... [100%] narr
36 looking for now-outdated files... none found
37 pickling environment... done
38 checking consistency... done
43 1 items passed all tests:
46 92 passed and 0 failed.
53 0 failures in setup code
54 0 failures in cleanup code
55 build succeeded, 1 warning.
57 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.