perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / zope.deferredimport / test / results-all.master
blob2a6f38317070acd46894d306de918a53cf8a40ef
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.
6   Running:
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
17 Running Sphinx v7.3.7
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
24 writing output... 
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
34 running tests...
36 Document: narrative
37 -------------------
38 1 items passed all tests:
39   28 tests in default
40 28 tests in 1 items.
41 28 passed and 0 failed.
42 Test passed.
43 1 items passed all tests:
44    1 tests in default (cleanup code)
45 1 tests in 1 items.
46 1 passed and 0 failed.
47 Test passed.
49 Doctest summary
50 ===============
51    28 tests
52     0 failures in tests
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.
58   py$(PYV): OK
59   congratulations :)