swi-prolog: update to 9.2.9
[oi-userland.git] / components / python / zope.testing / test / results-all.master
blobae9ecac967403cecf9a6af867a45c00f016e1a4a
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  $(@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
19 Running Sphinx v5.3.0
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
43 running tests...
45 Document: cleanup
46 -----------------
47 1 items passed all tests:
48    6 tests in default
49 6 tests in 1 items.
50 6 passed and 0 failed.
51 Test passed.
53 Document: formparser
54 --------------------
55 1 items passed all tests:
56   42 tests in default
57 42 tests in 1 items.
58 42 passed and 0 failed.
59 Test passed.
61 Document: loggingsupport
62 ------------------------
63 1 items passed all tests:
64   14 tests in default
65 14 tests in 1 items.
66 14 passed and 0 failed.
67 Test passed.
69 Document: module
70 ----------------
71 1 items passed all tests:
72   29 tests in default
73 29 tests in 1 items.
74 29 passed and 0 failed.
75 Test passed.
77 Document: renormalizing
78 -----------------------
79 1 items passed all tests:
80   32 tests in default
81 32 tests in 1 items.
82 32 passed and 0 failed.
83 Test passed.
85 Document: setupstack
86 --------------------
87 1 items passed all tests:
88   41 tests in default
89 41 tests in 1 items.
90 41 passed and 0 failed.
91 Test passed.
93 Document: wait
94 --------------
95 1 items passed all tests:
96    8 tests in default
97 8 tests in 1 items.
98 8 passed and 0 failed.
99 Test passed.
101 Doctest summary
102 ===============
103   172 tests
104     0 failures in tests
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.
110   py$(PYV): OK
111   congratulations :)