pytest2/src/_pytest
Ronny Pfannschmidt 410d5762c0
Merge pull request #3919 from fabioz/master
Improve import performance of assertion rewrite. Fixes #3918.
2018-09-05 14:33:40 +02:00
..
_code Merge pull request #3859 from asottile/pyupgrade_1_4 2018-08-23 18:32:53 -07:00
assertion Make AssertionRewritingrHook use imp_find_module 2018-09-03 10:18:25 -03:00
config Use EXIT_USAGEERROR instead of magic number 2018-09-01 12:03:28 -03:00
mark Replace broken type annotations with type comments 2018-07-15 16:58:39 +03:00
__init__.py switch to src layout 2018-05-26 09:10:38 +02:00
_argcomplete.py switch to src layout 2018-05-26 09:10:38 +02:00
cacheprovider.py Cache now obeys -q when showing summary for --lf and --ff 2018-08-26 18:08:19 -03:00
capture.py Merge pull request #3832 from Sup3rGeo/bugfix/capsys-with-cli-logging 2018-08-21 20:12:31 -03:00
compat.py Moved dummy_context_manager to compat module 2018-08-18 11:15:58 -03:00
debugging.py Renamed snap_global_capture to read_global_capture. 2018-08-20 17:48:14 +02:00
deprecated.py Move warning definition to deprecated module 2018-07-30 14:25:29 -03:00
doctest.py Fix macOS specific code that uses capturemanager. 2018-08-27 16:07:59 +02:00
experiments.py regendoc and invocation fixes 2018-06-27 08:28:21 +02:00
fixtures.py Make linting happy. Argh. 2018-08-24 18:05:35 -07:00
freeze_support.py switch to src layout 2018-05-26 09:10:38 +02:00
helpconfig.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
hookspec.py Move warning definition to deprecated module 2018-07-30 14:25:29 -03:00
junitxml.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
logging.py "suspend" method of capture fixture private 2018-08-18 11:38:08 -03:00
main.py Add tests for early rewrite bailout code and handle patterns with subdirectories 2018-09-01 10:59:21 -03:00
monkeypatch.py Fix monkeypatch doc 2018-07-02 21:01:41 +08:00
nodes.py Fix truncated locals in verbose mode 2018-07-15 11:30:26 -03:00
nose.py switch to src layout 2018-05-26 09:10:38 +02:00
outcomes.py Mention explicitly when pytest.skip and pytest.xfail can be called 2018-09-02 10:42:05 -03:00
pastebin.py switch to src layout 2018-05-26 09:10:38 +02:00
paths.py add missed file 2018-06-22 23:56:22 +02:00
pytester.py Collect tests from __init__.py files if they match 'python_files' 2018-08-25 11:18:52 -03:00
python.py Use https, save a redirect 2018-08-28 14:38:55 -07:00
python_api.py py.builtin.exec_ => six.exec_ 2018-08-22 23:00:06 -07:00
recwarn.py py.builtin.exec_ => six.exec_ 2018-08-22 23:00:06 -07:00
reports.py fix rebase artifacts 2018-06-26 22:10:26 +02:00
resultlog.py Upgrade pre-commit hooks except pyupgrade 2018-06-26 06:35:27 -07:00
runner.py py.builtin._reraise -> six.reraise 2018-08-22 23:00:58 -07:00
setuponly.py Renamed snap_global_capture to read_global_capture. 2018-08-20 17:48:14 +02:00
setupplan.py switch to src layout 2018-05-26 09:10:38 +02:00
skipping.py Use https, save a redirect 2018-08-28 14:39:32 -07:00
terminal.py Move code to get width of current line to a function 2018-08-30 21:16:35 -03:00
tmpdir.py switch to src layout 2018-05-26 09:10:38 +02:00
unittest.py Fix AttributeError bug in TestCaseFunction.teardown by creating TestCaseFunction._testcase as attribute of class with a None default. 2018-08-08 18:13:21 -05:00
warnings.py Use https, save a redirect 2018-08-28 14:41:13 -07:00