Disable database/opensearch
[oi-userland.git] / components / python / decorator / test / results-all.master
blobaee265b01e20edcff12490d573b4f8e08f772e6b
1 running test
2 WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
3 running egg_info
4 writing src/decorator.egg-info/PKG-INFO
5 writing dependency_links to src/decorator.egg-info/dependency_links.txt
6 writing top-level names to src/decorator.egg-info/top_level.txt
7 reading manifest file 'src/decorator.egg-info/SOURCES.txt'
8 reading manifest template 'MANIFEST.in'
9 warning: no files found matching 'documentation.pdf'
10 adding license file 'LICENSE.txt'
11 writing manifest file 'src/decorator.egg-info/SOURCES.txt'
12 running build_ext
13 test_before_after (tests.test.CoroutineTestCase) ... ok
14 test_coro_to_func (tests.test.CoroutineTestCase) ... ok
15 test (tests.test.DocumentationTestCase) ... ok
16 test_context_manager (tests.test.DocumentationTestCase) ... ok
17 test_copy_dunder_attrs (tests.test.DocumentationTestCase) ... ok
18 test_singledispatch1 (tests.test.DocumentationTestCase) ... ok
19 test_singledispatch2 (tests.test.DocumentationTestCase) ... ok
20 test_add1 (tests.test.ExtraTestCase) ... ok
21 test_dan_schult (tests.test.ExtraTestCase) ... ok
22 test_decorator_factory (tests.test.ExtraTestCase) ... ok
23 test_no_first_arg (tests.test.ExtraTestCase) ... ok
24 test_qualname (tests.test.ExtraTestCase) ... ok
25 test_signature (tests.test.ExtraTestCase) ... ok
26 test_slow_wrapper (tests.test.ExtraTestCase) ... ok
27 test_unique_filenames (tests.test.ExtraTestCase) ... ok
28 test_gen123 (tests.test.GeneratorCallerTestCase) ... ok
29 test_c_classes (tests.test.TestSingleDispatch) ... ok
30 test_mro (tests.test.TestSingleDispatch) ... ok
31 test_mro_conflicts (tests.test.TestSingleDispatch) ... ok
32 test_register_abc (tests.test.TestSingleDispatch) ... ok
33 test_register_decorator (tests.test.TestSingleDispatch) ... ok
34 test_register_error (tests.test.TestSingleDispatch) ... ok
35 test_simple_overloads (tests.test.TestSingleDispatch) ... ok
36 test_wrapping_attributes (tests.test.TestSingleDispatch) ... ok
38 ----------------------------------------------------------------------
39 Ran 24 tests
42 None
43 calling __setitem__ with args (defaultdict(<class 'list'>, {}), 'x', [1]), {}
44 calling __delitem__ with args (defaultdict(<class 'list'>, {'x': [1]}), 'x'), {}