pytest2/src/_pytest
Anthony Sottile 16546b7342 Remove some dead code
- I wrote a thing: https://github.com/asottile/dead
- wanted to try it out, there's lots of false positives and I didn't look
  through all the things it pointed out but here's some
2019-01-13 20:41:30 -08:00
..
_code Remove some dead code 2019-01-13 20:41:30 -08:00
assertion Remove some dead code 2019-01-13 20:41:30 -08:00
config add issue references to the todos 2018-12-21 14:02:38 +01:00
mark remove most of markertransfer 2018-12-21 14:02:38 +01:00
__init__.py switch to src layout 2018-05-26 09:10:38 +02:00
_argcomplete.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
cacheprovider.py Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented 2018-12-14 12:50:18 -02:00
capture.py Merge master into features 2018-12-10 05:42:07 +01:00
compat.py Merge pull request #4327 from ndevenish/approx 2018-12-17 15:21:12 +01:00
debugging.py pdb: support kwargs with `pdb.set_trace` 2018-11-19 13:04:14 +01:00
deprecated.py Remove support for applying marks to values in parametrize 2018-12-20 16:16:13 -02:00
doctest.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
fixtures.py Remove some dead code 2019-01-13 20:41:30 -08:00
freeze_support.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
helpconfig.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
hookspec.py Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented 2018-12-14 12:50:18 -02:00
junitxml.py Remove some dead code 2019-01-13 20:41:30 -08:00
logging.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
main.py Derive outcomes.exit.Exception from SystemExit instead of KeyboardInterrupt 2018-12-11 04:22:33 +01:00
monkeypatch.py fix 4425: resolve --basetemp to absolute paths 2018-11-20 16:14:50 +01:00
nodes.py remove most of markertransfer 2018-12-21 14:02:38 +01:00
nose.py refactor CallInfo constructor magic into named constructor 2018-11-30 13:21:54 +01:00
outcomes.py Add changelog entry and update docs for importorskip 2019-01-05 12:55:39 -02:00
pastebin.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
pathlib.py Merge remote-tracking branch 'upstream/master' into release-3.10.0 2018-11-03 13:42:20 +00:00
pytester.py Add Testdir.__str__ to return str(self.tmpdir) 2018-11-17 13:18:54 +01:00
python.py Remove some dead code 2019-01-13 20:41:30 -08:00
python_api.py Merge pull request #4327 from ndevenish/approx 2018-12-17 15:21:12 +01:00
recwarn.py Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)') 2018-11-29 09:34:51 -08:00
reports.py Remove some dead code 2019-01-13 20:41:30 -08:00
resultlog.py Remove some dead code 2019-01-13 20:41:30 -08:00
runner.py Derive outcomes.exit.Exception from SystemExit instead of KeyboardInterrupt 2018-12-11 04:22:33 +01:00
setuponly.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
setupplan.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
skipping.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
stepwise.py cache is set by the cacheprovider 2018-10-17 21:17:54 +01:00
terminal.py Remove some dead code 2019-01-13 20:41:30 -08:00
tmpdir.py Mention PR# in the comment for future reference 2018-11-21 20:49:17 -02:00
unittest.py remove most of markertransfer 2018-12-21 14:02:38 +01:00
warning_types.py Move UnformattedWarning to _pytest.warning_types 2018-09-14 15:31:20 -03:00
warnings.py Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented 2018-12-14 12:50:18 -02:00