SOURCES.txt 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. .travis.yml
  2. AUTHORS.txt
  3. CHANGES.rst
  4. LICENSE.txt
  5. MANIFEST.in
  6. Makefile
  7. NOTICE.txt
  8. README.rst
  9. TODO.txt
  10. __main__.py
  11. appveyor.yml
  12. circle.yml
  13. howto.txt
  14. igor.py
  15. metacov.ini
  16. pylintrc
  17. setup.py
  18. tox.ini
  19. tox_wheels.ini
  20. ci/README.txt
  21. ci/download_appveyor.py
  22. ci/install.ps1
  23. ci/run_with_env.cmd
  24. coverage/__init__.py
  25. coverage/__main__.py
  26. coverage/annotate.py
  27. coverage/backunittest.py
  28. coverage/backward.py
  29. coverage/bytecode.py
  30. coverage/cmdline.py
  31. coverage/collector.py
  32. coverage/config.py
  33. coverage/control.py
  34. coverage/data.py
  35. coverage/debug.py
  36. coverage/env.py
  37. coverage/execfile.py
  38. coverage/files.py
  39. coverage/html.py
  40. coverage/misc.py
  41. coverage/multiproc.py
  42. coverage/parser.py
  43. coverage/phystokens.py
  44. coverage/pickle2json.py
  45. coverage/plugin.py
  46. coverage/plugin_support.py
  47. coverage/python.py
  48. coverage/pytracer.py
  49. coverage/report.py
  50. coverage/results.py
  51. coverage/summary.py
  52. coverage/templite.py
  53. coverage/version.py
  54. coverage/xmlreport.py
  55. coverage.egg-info/PKG-INFO
  56. coverage.egg-info/SOURCES.txt
  57. coverage.egg-info/dependency_links.txt
  58. coverage.egg-info/entry_points.txt
  59. coverage.egg-info/not-zip-safe
  60. coverage.egg-info/top_level.txt
  61. coverage/ctracer/datastack.c
  62. coverage/ctracer/datastack.h
  63. coverage/ctracer/filedisp.c
  64. coverage/ctracer/filedisp.h
  65. coverage/ctracer/module.c
  66. coverage/ctracer/stats.h
  67. coverage/ctracer/tracer.c
  68. coverage/ctracer/tracer.h
  69. coverage/ctracer/util.h
  70. coverage/fullcoverage/encodings.py
  71. coverage/htmlfiles/coverage_html.js
  72. coverage/htmlfiles/index.html
  73. coverage/htmlfiles/jquery.debounce.min.js
  74. coverage/htmlfiles/jquery.hotkeys.js
  75. coverage/htmlfiles/jquery.isonscreen.js
  76. coverage/htmlfiles/jquery.min.js
  77. coverage/htmlfiles/jquery.tablesorter.min.js
  78. coverage/htmlfiles/keybd_closed.png
  79. coverage/htmlfiles/keybd_open.png
  80. coverage/htmlfiles/pyfile.html
  81. coverage/htmlfiles/style.css
  82. doc/api.rst
  83. doc/api_coverage.rst
  84. doc/api_coveragedata.rst
  85. doc/api_plugin.rst
  86. doc/branch.rst
  87. doc/changes.rst
  88. doc/cmd.rst
  89. doc/conf.py
  90. doc/config.rst
  91. doc/contributing.rst
  92. doc/dict.txt
  93. doc/excluding.rst
  94. doc/faq.rst
  95. doc/howitworks.rst
  96. doc/index.rst
  97. doc/install.rst
  98. doc/plugins.rst
  99. doc/python-coverage.1.txt
  100. doc/requirements.pip
  101. doc/source.rst
  102. doc/subprocess.rst
  103. doc/trouble.rst
  104. doc/_static/coverage.css
  105. requirements/dev.pip
  106. requirements/tox.pip
  107. requirements/wheel.pip
  108. tests/__init__.py
  109. tests/backtest.py
  110. tests/coveragetest.py
  111. tests/covmodzip1.py
  112. tests/goldtest.py
  113. tests/helpers.py
  114. tests/osinfo.py
  115. tests/plugin1.py
  116. tests/plugin2.py
  117. tests/stress_phystoken.tok
  118. tests/stress_phystoken_dos.tok
  119. tests/test_api.py
  120. tests/test_arcs.py
  121. tests/test_backward.py
  122. tests/test_cmdline.py
  123. tests/test_collector.py
  124. tests/test_concurrency.py
  125. tests/test_config.py
  126. tests/test_coverage.py
  127. tests/test_data.py
  128. tests/test_debug.py
  129. tests/test_execfile.py
  130. tests/test_farm.py
  131. tests/test_filereporter.py
  132. tests/test_files.py
  133. tests/test_html.py
  134. tests/test_misc.py
  135. tests/test_oddball.py
  136. tests/test_parser.py
  137. tests/test_phystokens.py
  138. tests/test_pickle2json.py
  139. tests/test_plugins.py
  140. tests/test_process.py
  141. tests/test_python.py
  142. tests/test_results.py
  143. tests/test_summary.py
  144. tests/test_templite.py
  145. tests/test_testing.py
  146. tests/test_xml.py
  147. tests/eggsrc/setup.py
  148. tests/eggsrc/egg1/__init__.py
  149. tests/eggsrc/egg1/egg1.py
  150. tests/farm/annotate/annotate_dir.py
  151. tests/farm/annotate/run.py
  152. tests/farm/annotate/run_encodings.py
  153. tests/farm/annotate/run_multi.py
  154. tests/farm/annotate/gold/white.py,cover
  155. tests/farm/annotate/gold_anno_dir/a___init__.py,cover
  156. tests/farm/annotate/gold_anno_dir/a_a.py,cover
  157. tests/farm/annotate/gold_anno_dir/b___init__.py,cover
  158. tests/farm/annotate/gold_anno_dir/b_b.py,cover
  159. tests/farm/annotate/gold_anno_dir/multi.py,cover
  160. tests/farm/annotate/gold_encodings/utf8.py,cover
  161. tests/farm/annotate/gold_multi/multi.py,cover
  162. tests/farm/annotate/gold_multi/a/__init__.py,cover
  163. tests/farm/annotate/gold_multi/a/a.py,cover
  164. tests/farm/annotate/gold_multi/b/__init__.py,cover
  165. tests/farm/annotate/gold_multi/b/b.py,cover
  166. tests/farm/annotate/src/multi.py
  167. tests/farm/annotate/src/utf8.py
  168. tests/farm/annotate/src/white.py
  169. tests/farm/annotate/src/a/__init__.py
  170. tests/farm/annotate/src/a/a.py
  171. tests/farm/annotate/src/b/__init__.py
  172. tests/farm/annotate/src/b/b.py
  173. tests/farm/html/gold_a/a_py.html
  174. tests/farm/html/gold_a/index.html
  175. tests/farm/html/gold_b_branch/b_py.html
  176. tests/farm/html/gold_b_branch/index.html
  177. tests/farm/html/gold_bom/bom_py.html
  178. tests/farm/html/gold_bom/index.html
  179. tests/farm/html/gold_isolatin1/index.html
  180. tests/farm/html/gold_isolatin1/isolatin1_py.html
  181. tests/farm/html/gold_omit_1/index.html
  182. tests/farm/html/gold_omit_1/m1_py.html
  183. tests/farm/html/gold_omit_1/m2_py.html
  184. tests/farm/html/gold_omit_1/m3_py.html
  185. tests/farm/html/gold_omit_1/main_py.html
  186. tests/farm/html/gold_omit_2/index.html
  187. tests/farm/html/gold_omit_2/m2_py.html
  188. tests/farm/html/gold_omit_2/m3_py.html
  189. tests/farm/html/gold_omit_2/main_py.html
  190. tests/farm/html/gold_omit_3/index.html
  191. tests/farm/html/gold_omit_3/m3_py.html
  192. tests/farm/html/gold_omit_3/main_py.html
  193. tests/farm/html/gold_omit_4/index.html
  194. tests/farm/html/gold_omit_4/m1_py.html
  195. tests/farm/html/gold_omit_4/m3_py.html
  196. tests/farm/html/gold_omit_4/main_py.html
  197. tests/farm/html/gold_omit_5/index.html
  198. tests/farm/html/gold_omit_5/m1_py.html
  199. tests/farm/html/gold_omit_5/main_py.html
  200. tests/farm/html/gold_other/blah_blah_other_py.html
  201. tests/farm/html/gold_other/here_py.html
  202. tests/farm/html/gold_other/index.html
  203. tests/farm/html/gold_partial/index.html
  204. tests/farm/html/gold_partial/partial_py.html
  205. tests/farm/html/gold_styled/a_py.html
  206. tests/farm/html/gold_styled/extra.css
  207. tests/farm/html/gold_styled/index.html
  208. tests/farm/html/gold_styled/style.css
  209. tests/farm/html/gold_unicode/index.html
  210. tests/farm/html/gold_unicode/unicode_py.html
  211. tests/farm/html/gold_x_xml/coverage.xml
  212. tests/farm/html/gold_y_xml_branch/coverage.xml
  213. tests/farm/html/othersrc/other.py
  214. tests/farm/html/src/a.py
  215. tests/farm/html/src/b.py
  216. tests/farm/html/src/bom.py
  217. tests/farm/html/src/extra.css
  218. tests/farm/html/src/here.py
  219. tests/farm/html/src/isolatin1.py
  220. tests/farm/html/src/m1.py
  221. tests/farm/html/src/m2.py
  222. tests/farm/html/src/m3.py
  223. tests/farm/html/src/main.py
  224. tests/farm/html/src/omit4.ini
  225. tests/farm/html/src/omit5.ini
  226. tests/farm/html/src/partial.py
  227. tests/farm/html/src/run_a_xml_2.ini
  228. tests/farm/html/src/tabbed.py
  229. tests/farm/html/src/unicode.py
  230. tests/farm/html/src/y.py
  231. tests/farm/run/run_chdir.py
  232. tests/farm/run/run_timid.py
  233. tests/farm/run/run_xxx.py
  234. tests/farm/run/src/chdir.py
  235. tests/farm/run/src/showtrace.py
  236. tests/farm/run/src/xxx
  237. tests/farm/run/src/subdir/placeholder
  238. tests/js/index.html
  239. tests/js/tests.js
  240. tests/modules/covmod1.py
  241. tests/modules/runmod1.py
  242. tests/modules/usepkgs.py
  243. tests/modules/aa/__init__.py
  244. tests/modules/aa/afile.odd.py
  245. tests/modules/aa/afile.py
  246. tests/modules/aa/zfile.py
  247. tests/modules/aa/bb/__init__.py
  248. tests/modules/aa/bb/bfile.odd.py
  249. tests/modules/aa/bb/bfile.py
  250. tests/modules/aa/bb.odd/bfile.py
  251. tests/modules/aa/bb/cc/__init__.py
  252. tests/modules/aa/bb/cc/cfile.py
  253. tests/modules/pkg1/__init__.py
  254. tests/modules/pkg1/__main__.py
  255. tests/modules/pkg1/p1a.py
  256. tests/modules/pkg1/p1b.py
  257. tests/modules/pkg1/p1c.py
  258. tests/modules/pkg1/runmod2.py
  259. tests/modules/pkg1/sub/__init__.py
  260. tests/modules/pkg1/sub/__main__.py
  261. tests/modules/pkg1/sub/ps1a.py
  262. tests/modules/pkg1/sub/runmod3.py
  263. tests/modules/pkg2/__init__.py
  264. tests/modules/pkg2/p2a.py
  265. tests/modules/pkg2/p2b.py
  266. tests/modules/plugins/__init__.py
  267. tests/modules/plugins/a_plugin.py
  268. tests/modules/plugins/another.py
  269. tests/modules/process_test/__init__.py
  270. tests/modules/process_test/try_execfile.py
  271. tests/moremodules/othermods/__init__.py
  272. tests/moremodules/othermods/othera.py
  273. tests/moremodules/othermods/otherb.py
  274. tests/moremodules/othermods/sub/__init__.py
  275. tests/moremodules/othermods/sub/osa.py
  276. tests/moremodules/othermods/sub/osb.py
  277. tests/qunit/jquery.tmpl.min.js