1 No 'requirements-files' section was found. Nothing to do.
3 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.
4 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
7 ********************************************************************************
8 Requirements should be satisfied by a PEP 517 installer.
9 If you are using pip, you can try `pip install --use-pep517`.
10 ********************************************************************************
13 ir_d = dist.fetch_build_eggs(dist.install_requires)
14 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
17 ********************************************************************************
18 Requirements should be satisfied by a PEP 517 installer.
19 If you are using pip, you can try `pip install --use-pep517`.
20 ********************************************************************************
23 tr_d = dist.fetch_build_eggs(dist.tests_require or [])
24 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
27 ********************************************************************************
28 Requirements should be satisfied by a PEP 517 installer.
29 If you are using pip, you can try `pip install --use-pep517`.
30 ********************************************************************************
33 er_d = dist.fetch_build_eggs(
35 writing UkPostcodeParser.egg-info/PKG-INFO
36 writing dependency_links to UkPostcodeParser.egg-info/dependency_links.txt
37 writing top-level names to UkPostcodeParser.egg-info/top_level.txt
38 reading manifest file 'UkPostcodeParser.egg-info/SOURCES.txt'
39 reading manifest template 'MANIFEST.in'
40 adding license file 'LICENSE'
41 writing manifest file 'UkPostcodeParser.egg-info/SOURCES.txt'
43 test_incode_not_found_error_is_value_error (ukpostcodeparser.test.parser.BackwardsCompatibilityTestCase)
44 Previous iterations of the code raised a ValueError exception when incode was expected but ... $(@D)/ukpostcodeparser/test/parser.py:21: DeprecationWarning: Please use assertEqual instead.
45 self.assertEquals(cm.exception.__class__, IncodeNotFoundError)
47 test_invalid_postcode_error_is_value_error (ukpostcodeparser.test.parser.BackwardsCompatibilityTestCase)
48 Previous iterations of the code raised a ValueError when postcode was found to be invalid. ... ok
49 test_max_length_exceeded_error_is_value_error (ukpostcodeparser.test.parser.BackwardsCompatibilityTestCase)
50 Previous iterations of the code raised a ValueError when the postcode provided was too long. ... ok
51 test_001 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
52 test_002 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
53 test_003 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
54 test_004 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
55 test_005 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
56 test_006 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
57 test_007 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
58 test_008 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
59 test_009 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
60 test_010 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
61 test_011 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
62 test_012 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
63 test_013 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
64 test_014 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
65 test_015 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
66 test_016 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
67 test_017 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
68 test_018 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
69 test_019 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
70 test_020 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
71 test_021 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
72 test_022 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
73 test_023 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
74 test_024 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
75 test_025 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
76 test_026 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
77 test_027 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
78 test_028 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
79 test_029 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
80 test_030 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
81 test_031 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
82 test_032 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
83 test_033 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
84 test_034 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
85 test_035 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
86 test_036 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
87 test_037 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
88 test_038 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
89 test_039 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
90 test_040 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
91 test_041 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
92 test_042 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
93 test_043 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
94 test_044 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
95 test_045 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
96 test_046 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
97 test_047 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
98 test_048 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
99 test_049 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
100 test_050 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
101 test_051 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
102 test_052 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
103 test_053 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
104 test_054 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
105 test_055 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
106 test_056 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
107 test_057 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
108 test_058 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
109 test_059 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
110 test_060 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
111 test_061 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
112 test_062 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
113 test_063 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
114 test_064 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
115 test_065 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
116 test_066 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
117 test_067 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
118 test_068 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
119 test_069 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
120 test_070 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
121 test_071 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
122 test_072 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
123 test_073 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
124 test_074 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
125 test_075 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
126 test_076 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
127 test_077 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
128 test_078 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
129 test_079 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
130 test_080 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
131 test_081 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
132 test_082 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
133 test_083 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
134 test_084 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
135 test_085 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
136 test_086 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
137 test_087 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
138 test_088 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
139 test_089 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
140 test_090 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
141 test_091 (ukpostcodeparser.test.parser.PostcodeTestCase) ... skipped 'always fails: https://github.com/hamstah/ukpostcodeparser/issues/8'
142 test_092 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
143 test_093 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
144 test_094 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
145 test_095 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
146 test_096 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
147 test_097 (ukpostcodeparser.test.parser.PostcodeTestCase) ... skipped 'always fails: https://github.com/hamstah/ukpostcodeparser/issues/8'
148 test_098 (ukpostcodeparser.test.parser.PostcodeTestCase) ... skipped 'always fails: https://github.com/hamstah/ukpostcodeparser/issues/8'
149 test_099 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
150 test_100 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
151 test_101 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
152 test_102 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
153 test_103 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
154 test_104 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
155 test_105 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
156 test_106 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
157 test_107 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
158 test_108 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
159 test_109 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
160 test_110 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
161 test_111 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
162 test_112 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
163 test_113 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
164 test_114 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
165 test_115 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
166 test_116 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
167 test_117 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
168 test_118 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
169 test_119 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
170 test_120 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
171 test_121 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
172 test_122 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
173 test_123 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
174 test_124 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
175 test_125 (ukpostcodeparser.test.parser.PostcodeTestCase) ... skipped 'always fails: https://github.com/hamstah/ukpostcodeparser/issues/8'
176 test_126 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
177 test_127 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
178 test_128 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
179 test_129 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
180 test_130 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
181 test_131 (ukpostcodeparser.test.parser.PostcodeTestCase) ... skipped 'always fails: https://github.com/hamstah/ukpostcodeparser/issues/8'
182 test_132 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
183 test_133 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
184 test_134 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
185 test_135 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
186 test_136 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
187 test_137 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
188 test_138 (ukpostcodeparser.test.parser.PostcodeTestCase) ... ok
190 ----------------------------------------------------------------------