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 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
6 ********************************************************************************
7 Requirements should be satisfied by a PEP 517 installer.
8 If you are using pip, you can try `pip install --use-pep517`.
9 ********************************************************************************
12 ir_d = dist.fetch_build_eggs(dist.install_requires)
13 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
16 ********************************************************************************
17 Requirements should be satisfied by a PEP 517 installer.
18 If you are using pip, you can try `pip install --use-pep517`.
19 ********************************************************************************
22 tr_d = dist.fetch_build_eggs(dist.tests_require or [])
23 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
26 ********************************************************************************
27 Requirements should be satisfied by a PEP 517 installer.
28 If you are using pip, you can try `pip install --use-pep517`.
29 ********************************************************************************
32 er_d = dist.fetch_build_eggs(
34 writing jsonpointer.egg-info/PKG-INFO
35 writing dependency_links to jsonpointer.egg-info/dependency_links.txt
36 writing top-level names to jsonpointer.egg-info/top_level.txt
37 reading manifest file 'jsonpointer.egg-info/SOURCES.txt'
38 reading manifest template 'MANIFEST.in'
39 adding license file 'LICENSE.txt'
40 adding license file 'AUTHORS'
41 writing manifest file 'jsonpointer.egg-info/SOURCES.txt'
43 test_alttypes (tests.AltTypesTests) ... ok
44 test_mock_dict_raises_key_error (tests.AltTypesTests) ... ok
45 test_mock_dict_returns_default (tests.AltTypesTests) ... ok
46 test_mock_dict_sanity (tests.AltTypesTests) ... ok
47 test_contains (tests.ComparisonTests) ... ok
48 test_contains_magic (tests.ComparisonTests) ... ok
49 test_eq_hash (tests.ComparisonTests) ... ok
50 test_join (tests.ComparisonTests) ... ok
51 test_join_magic (tests.ComparisonTests) ... ok
52 test_set (tests.SetTests) ... ok
53 test_eol (tests.SpecificationTests) ... ok
54 test_example (tests.SpecificationTests) ... ok
55 test_parts (tests.SpecificationTests) ... ok
56 test_round_trip (tests.SpecificationTests) ... ok
57 test_str_and_repr (tests.SpecificationTests) ... ok
58 test_empty_path (tests.ToLastTests) ... ok
59 test_path (tests.ToLastTests) ... ok
60 test_invalid_escape (tests.WrongInputTests) ... ok
61 test_invalid_index (tests.WrongInputTests) ... ok
62 test_no_start_slash (tests.WrongInputTests) ... ok
63 test_oob (tests.WrongInputTests) ... ok
64 test_trailing_escape (tests.WrongInputTests) ... ok
65 from_parts (jsonpointer.JsonPointer)
66 Doctest: jsonpointer.JsonPointer.from_parts ... ok
67 path (jsonpointer.JsonPointer)
68 Doctest: jsonpointer.JsonPointer.path ... ok
69 pairwise (jsonpointer)
70 Doctest: jsonpointer.pairwise ... ok
71 resolve_pointer (jsonpointer)
72 Doctest: jsonpointer.resolve_pointer ... ok
73 set_pointer (jsonpointer)
74 Doctest: jsonpointer.set_pointer ... ok
76 ----------------------------------------------------------------------