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.deferredimport.tests.DeferredTests)
8 test_get_just_module (zope.deferredimport.tests.DeferredTests)
9 test_get_module_and_name (zope.deferredimport.tests.DeferredTests)
10 test_getattr_with_no_deferred (zope.deferredimport.tests.TestModuleProxy)
11 test_preserves_docstring (zope.deferredimport.tests.TestModuleProxy)
12 test_preserves_name (zope.deferredimport.tests.TestModuleProxy)
13 Ran 6 tests with 0 failures, 0 errors and 0 skipped.
14 Tearing down left over layers:
15 Tear down zope.testrunner.layer.UnitTests.
16 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
18 making output directory... done
19 WARNING: html_static_path entry '_static' does not exist
20 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('http://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
21 loading intersphinx inventory from http://docs.python.org/objects.inv...
22 intersphinx inventory has moved: http://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
23 building [mo]: targets for 0 po files that are out of date
25 building [doctest]: targets for 3 source files that are out of date
26 updating environment: [new config] 3 added, 0 changed, 0 removed
27 reading sources... [ 33%] api
28 reading sources... [ 67%] index
29 reading sources... [100%] narrative
31 looking for now-outdated files... none found
32 pickling environment... done
33 checking consistency... done
38 1 items passed all tests:
41 28 passed and 0 failed.
43 1 items passed all tests:
44 1 tests in default (cleanup code)
46 1 passed and 0 failed.
53 0 failures in setup code
54 0 failures in cleanup code
55 build succeeded, 2 warnings.
57 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.