File: SOURCES.txt

package info (click to toggle)
python-setuptools 5.5.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,024 kB
  • ctags: 4,867
  • sloc: python: 24,503; xml: 846; makefile: 201; ansic: 198
file content (320 lines) | stat: -rw-r--r-- 8,602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
CHANGELOG
LICENSE
MANIFEST.in
README.rst
pytest.py
setup.cfg
setup.py
tox.ini
_pytest/__init__.py
_pytest/_argcomplete.py
_pytest/capture.py
_pytest/config.py
_pytest/core.py
_pytest/doctest.py
_pytest/genscript.py
_pytest/helpconfig.py
_pytest/hookspec.py
_pytest/junitxml.py
_pytest/main.py
_pytest/mark.py
_pytest/monkeypatch.py
_pytest/nose.py
_pytest/pastebin.py
_pytest/pdb.py
_pytest/pytester.py
_pytest/python.py
_pytest/recwarn.py
_pytest/resultlog.py
_pytest/runner.py
_pytest/skipping.py
_pytest/standalonetemplate.py
_pytest/terminal.py
_pytest/tmpdir.py
_pytest/unittest.py
_pytest/assertion/__init__.py
_pytest/assertion/newinterpret.py
_pytest/assertion/oldinterpret.py
_pytest/assertion/reinterpret.py
_pytest/assertion/rewrite.py
_pytest/assertion/util.py
doc/en/Makefile
doc/en/apiref.txt
doc/en/assert.txt
doc/en/attic_fixtures.txt
doc/en/bash-completion.txt
doc/en/builtin.txt
doc/en/capture.txt
doc/en/changelog.txt
doc/en/check_sphinx.py
doc/en/conf.py
doc/en/conftest.py
doc/en/contact.txt
doc/en/contents.txt
doc/en/contributing.txt
doc/en/customize.txt
doc/en/doctest.txt
doc/en/faq.txt
doc/en/feedback.rst
doc/en/fixture.txt
doc/en/funcarg_compare.txt
doc/en/funcargs.txt
doc/en/genapi.py
doc/en/getting-started.txt
doc/en/goodpractises.txt
doc/en/index.txt
doc/en/links.inc
doc/en/mark.txt
doc/en/monkeypatch.txt
doc/en/naming20.txt
doc/en/nose.txt
doc/en/overview.txt
doc/en/parametrize.txt
doc/en/plugins.txt
doc/en/projects.txt
doc/en/pytest.ini
doc/en/recwarn.txt
doc/en/setup.txt
doc/en/skipping.txt
doc/en/status.txt
doc/en/talks.txt
doc/en/tmpdir.txt
doc/en/unittest.txt
doc/en/usage.txt
doc/en/xdist.txt
doc/en/xunit_setup.txt
doc/en/yieldfixture.txt
doc/en/_templates/globaltoc.html
doc/en/_templates/layout.html
doc/en/_templates/links.html
doc/en/_templates/sidebarintro.html
doc/en/_themes/.gitignore
doc/en/_themes/LICENSE
doc/en/_themes/README
doc/en/_themes/flask_theme_support.py
doc/en/_themes/flask/layout.html
doc/en/_themes/flask/relations.html
doc/en/_themes/flask/theme.conf
doc/en/_themes/flask/static/flasky.css_t
doc/en/announce/index.txt
doc/en/announce/release-2.0.0.txt
doc/en/announce/release-2.0.1.txt
doc/en/announce/release-2.0.2.txt
doc/en/announce/release-2.0.3.txt
doc/en/announce/release-2.1.0.txt
doc/en/announce/release-2.1.1.txt
doc/en/announce/release-2.1.2.txt
doc/en/announce/release-2.1.3.txt
doc/en/announce/release-2.2.0.txt
doc/en/announce/release-2.2.1.txt
doc/en/announce/release-2.2.2.txt
doc/en/announce/release-2.2.4.txt
doc/en/announce/release-2.3.0.txt
doc/en/announce/release-2.3.1.txt
doc/en/announce/release-2.3.2.txt
doc/en/announce/release-2.3.3.txt
doc/en/announce/release-2.3.4.txt
doc/en/announce/release-2.3.5.txt
doc/en/announce/release-2.4.0.txt
doc/en/announce/release-2.4.1.txt
doc/en/announce/release-2.4.2.txt
doc/en/announce/release-2.5.0.txt
doc/en/announce/release-2.5.1.txt
doc/en/announce/release-2.5.2.txt
doc/en/example/attic.txt
doc/en/example/conftest.py
doc/en/example/index.txt
doc/en/example/markers.txt
doc/en/example/multipython.py
doc/en/example/nonpython.txt
doc/en/example/parametrize.txt
doc/en/example/pythoncollection.py
doc/en/example/pythoncollection.txt
doc/en/example/reportingdemo.txt
doc/en/example/simple.txt
doc/en/example/special.txt
doc/en/example/xfail_demo.py
doc/en/example/assertion/failure_demo.py
doc/en/example/assertion/test_failures.py
doc/en/example/assertion/test_setup_flow_example.py
doc/en/example/assertion/global_testmodule_config/conftest.py
doc/en/example/assertion/global_testmodule_config/test_hello.py
doc/en/example/costlysetup/conftest.py
doc/en/example/costlysetup/sub1/__init__.py
doc/en/example/costlysetup/sub1/test_quick.py
doc/en/example/costlysetup/sub2/__init__.py
doc/en/example/costlysetup/sub2/test_two.py
doc/en/example/layout1/setup.cfg
doc/en/example/nonpython/__init__.py
doc/en/example/nonpython/conftest.py
doc/en/example/nonpython/test_simple.yml
doc/en/example/py2py3/conftest.py
doc/en/example/py2py3/test_py2.py
doc/en/example/py2py3/test_py3.py
doc/en/img/cramer2.png
doc/en/img/gaynor3.png
doc/en/img/keleshev.png
doc/en/img/pullrequest.png
doc/en/img/pylib.png
doc/en/img/theuni.png
doc/en/plugins_index/index.txt
doc/en/plugins_index/plugins_index.py
doc/en/test/attic.txt
doc/en/test/config.html
doc/en/test/dist.html
doc/en/test/extend.html
doc/en/test/index.txt
doc/en/test/mission.txt
doc/en/test/test.html
doc/en/test/plugin/cov.txt
doc/en/test/plugin/coverage.txt
doc/en/test/plugin/django.txt
doc/en/test/plugin/figleaf.txt
doc/en/test/plugin/genscript.txt
doc/en/test/plugin/helpconfig.txt
doc/en/test/plugin/index.txt
doc/en/test/plugin/links.txt
doc/en/test/plugin/nose.txt
doc/en/test/plugin/oejskit.txt
doc/en/test/plugin/terminal.txt
doc/en/test/plugin/xdist.txt
doc/ja/Makefile
doc/ja/apiref.txt
doc/ja/assert.txt
doc/ja/builtin.txt
doc/ja/capture.txt
doc/ja/changelog.txt
doc/ja/check_sphinx.py
doc/ja/conf.py
doc/ja/conftest.py
doc/ja/contact.txt
doc/ja/contents.txt
doc/ja/customize.txt
doc/ja/develop.txt
doc/ja/doctest.txt
doc/ja/faq.txt
doc/ja/feedback.rst
doc/ja/funcargs.txt
doc/ja/getting-started.txt
doc/ja/goodpractises.txt
doc/ja/index.txt
doc/ja/links.inc
doc/ja/mark.txt
doc/ja/monkeypatch.txt
doc/ja/naming20.txt
doc/ja/nose.txt
doc/ja/overview.txt
doc/ja/plugins.txt
doc/ja/projects.txt
doc/ja/pytest.ini
doc/ja/recwarn.txt
doc/ja/skipping.txt
doc/ja/talks.txt
doc/ja/tmpdir.txt
doc/ja/unittest.txt
doc/ja/usage.txt
doc/ja/xdist.txt
doc/ja/xunit_setup.txt
doc/ja/_static/sphinxdoc.css
doc/ja/announce/index.txt
doc/ja/announce/release-2.0.0.txt
doc/ja/announce/release-2.0.1.txt
doc/ja/announce/release-2.0.2.txt
doc/ja/announce/release-2.0.3.txt
doc/ja/announce/release-2.1.0.txt
doc/ja/announce/release-2.1.1.txt
doc/ja/announce/release-2.1.2.txt
doc/ja/announce/release-2.1.3.txt
doc/ja/announce/release-2.2.0.txt
doc/ja/announce/release-2.2.1.txt
doc/ja/announce/release-2.2.2.txt
doc/ja/announce/release-2.2.4.txt
doc/ja/example/attic.txt
doc/ja/example/conftest.py
doc/ja/example/index.txt
doc/ja/example/markers.txt
doc/ja/example/multipython.py
doc/ja/example/mysetup.txt
doc/ja/example/nonpython.txt
doc/ja/example/parametrize.txt
doc/ja/example/pythoncollection.py
doc/ja/example/pythoncollection.txt
doc/ja/example/reportingdemo.txt
doc/ja/example/simple.txt
doc/ja/example/xfail_demo.py
doc/ja/example/assertion/failure_demo.py
doc/ja/example/assertion/test_failures.py
doc/ja/example/assertion/test_setup_flow_example.py
doc/ja/example/assertion/global_testmodule_config/conftest.py
doc/ja/example/assertion/global_testmodule_config/test_hello.py
doc/ja/example/costlysetup/conftest.py
doc/ja/example/costlysetup/sub1/__init__.py
doc/ja/example/costlysetup/sub1/test_quick.py
doc/ja/example/costlysetup/sub2/__init__.py
doc/ja/example/costlysetup/sub2/test_two.py
doc/ja/example/layout1/setup.cfg
doc/ja/example/nonpython/__init__.py
doc/ja/example/nonpython/conftest.py
doc/ja/example/nonpython/test_simple.yml
doc/ja/example/py2py3/conftest.py
doc/ja/example/py2py3/test_py2.py
doc/ja/example/py2py3/test_py3.py
doc/ja/img/pylib.png
doc/ja/test/attic.txt
doc/ja/test/index.txt
doc/ja/test/mission.txt
doc/ja/test/plugin/cov.txt
doc/ja/test/plugin/coverage.txt
doc/ja/test/plugin/django.txt
doc/ja/test/plugin/figleaf.txt
doc/ja/test/plugin/genscript.txt
doc/ja/test/plugin/helpconfig.txt
doc/ja/test/plugin/index.txt
doc/ja/test/plugin/links.txt
doc/ja/test/plugin/nose.txt
doc/ja/test/plugin/oejskit.txt
doc/ja/test/plugin/terminal.txt
doc/ja/test/plugin/xdist.txt
pytest.egg-info/PKG-INFO
pytest.egg-info/SOURCES.txt
pytest.egg-info/dependency_links.txt
pytest.egg-info/entry_points.txt
pytest.egg-info/not-zip-safe
pytest.egg-info/requires.txt
pytest.egg-info/top_level.txt
testing/acceptance_test.py
testing/conftest.py
testing/test_argcomplete.py
testing/test_assertinterpret.py
testing/test_assertion.py
testing/test_assertrewrite.py
testing/test_capture.py
testing/test_collection.py
testing/test_config.py
testing/test_conftest.py
testing/test_core.py
testing/test_doctest.py
testing/test_genscript.py
testing/test_helpconfig.py
testing/test_junitxml.py
testing/test_mark.py
testing/test_monkeypatch.py
testing/test_nose.py
testing/test_parseopt.py
testing/test_pastebin.py
testing/test_pdb.py
testing/test_pytester.py
testing/test_recwarn.py
testing/test_resultlog.py
testing/test_runner.py
testing/test_runner_xunit.py
testing/test_session.py
testing/test_skipping.py
testing/test_terminal.py
testing/test_tmpdir.py
testing/test_unittest.py
testing/python/collect.py
testing/python/fixture.py
testing/python/integration.py
testing/python/metafunc.py
testing/python/raises.py