python/coverage: update to 7.6.5
[oi-userland.git] / components / python / zope.event / test / results-3.7.master
bloba750718ca83b81db016df98f2c14326e719a2dc6
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
4 Running tests at level 1
5 Running zope.testrunner.layer.UnitTests tests:
6   Set up zope.testrunner.layer.UnitTests.
7   Running:
8  test_empty (zope.event.tests.Test_notify)
9  test_not_empty (zope.event.tests.Test_notify)
10  classhandler (zope.event)
11   Ran 3 tests with 0 failures, 0 errors and 0 skipped.
12 Tearing down left over layers:
13   Tear down zope.testrunner.layer.UnitTests.
14 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
15 Running Sphinx v5.3.0
16 making output directory... done
17 WARNING: html_static_path entry '_static' does not exist
18 loading intersphinx inventory from https://docs.python.org/objects.inv...
19 intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
20 building [mo]: targets for 0 po files that are out of date
21 building [doctest]: targets for 6 source files that are out of date
22 updating environment: [new config] 6 added, 0 changed, 0 removed
23 reading sources... [ 16%] api
24 reading sources... [ 33%] classhandler
25 reading sources... [ 50%] hacking
26 reading sources... [ 66%] index
27 reading sources... [ 83%] theory
28 reading sources... [100%] usage
30 looking for now-outdated files... none found
31 pickling environment... done
32 checking consistency... done
33 running tests...
35 Document: classhandler
36 ----------------------
37 1 items passed all tests:
38    9 tests in default
39 9 tests in 1 items.
40 9 passed and 0 failed.
41 Test passed.
43 Document: usage
44 ---------------
45 1 items passed all tests:
46   17 tests in default
47 17 tests in 1 items.
48 17 passed and 0 failed.
49 Test passed.
50 1 items passed all tests:
51    1 tests in default (cleanup code)
52 1 tests in 1 items.
53 1 passed and 0 failed.
54 Test passed.
56 Doctest summary
57 ===============
58    26 tests
59     0 failures in tests
60     0 failures in setup code
61     0 failures in cleanup code
62 build succeeded, 1 warning.
64 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.
65   py$(PYV): OK
66   congratulations :)