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 $(@D)/src/zope/testing/module.txt
8 $(@D)/src/zope/testing/loggingsupport.txt
9 $(@D)/src/zope/testing/renormalizing.txt
10 $(@D)/src/zope/testing/setupstack.txt
11 $(@D)/src/zope/testing/wait.txt
12 $(@D)/src/zope/testing/doctestcase.txt
13 $(@D)/src/zope/testing/cleanup.txt
14 $(@D)/src/zope/testing/formparser.txt
15 Ran 8 tests with 0 failures, 0 errors and 0 skipped.
16 Tearing down left over layers:
17 Tear down zope.testrunner.layer.UnitTests.
18 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
20 making output directory... done
21 WARNING: html_static_path entry '_static' does not exist
22 loading intersphinx inventory from https://docs.python.org/objects.inv...
23 loading intersphinx inventory from https://zopetestbrowser.readthedocs.io/en/latest/objects.inv...
24 intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
25 building [mo]: targets for 0 po files that are out of date
26 building [doctest]: targets for 11 source files that are out of date
27 updating environment: [new config] 11 added, 0 changed, 0 removed
28 reading sources... [ 9%] api/index
29 reading sources... [ 18%] changes
30 reading sources... [ 27%] cleanup
31 reading sources... [ 36%] doctestcase
32 reading sources... [ 45%] formparser
33 reading sources... [ 54%] index
34 reading sources... [ 63%] loggingsupport
35 reading sources... [ 72%] module
36 reading sources... [ 81%] renormalizing
37 reading sources... [ 90%] setupstack
38 reading sources... [100%] wait
40 looking for now-outdated files... none found
41 pickling environment... done
42 checking consistency... done
47 1 items passed all tests:
50 6 passed and 0 failed.
55 1 items passed all tests:
58 42 passed and 0 failed.
61 Document: loggingsupport
62 ------------------------
63 1 items passed all tests:
66 14 passed and 0 failed.
71 1 items passed all tests:
74 29 passed and 0 failed.
77 Document: renormalizing
78 -----------------------
79 1 items passed all tests:
82 32 passed and 0 failed.
87 1 items passed all tests:
90 41 passed and 0 failed.
95 1 items passed all tests:
98 8 passed and 0 failed.
105 0 failures in setup code
106 0 failures in cleanup code
107 build succeeded, 1 warning.
109 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.