pytest2/_pytest
Bruno Oliveira b5a94d8e6c Write rewritten code using file.write(marshal.dumps())
This works around the fact that some libraries might monkey patch
the file object, so the previous approach of marshal.dump(co, file)
breaks because file is not a built-in file object anymore.

Fix #3503
2018-05-25 17:24:23 -03:00
..
_code Spelling and grammar fixes 2018-05-13 12:06:09 +02:00
assertion Write rewritten code using file.write(marshal.dumps()) 2018-05-25 17:24:23 -03:00
mark Merge pull request #3459 from RonnyPfannschmidt/mark-iter-name-filter 2018-05-21 13:24:39 -03:00
__init__.py fix import error 2017-04-26 15:57:55 +02:00
_argcomplete.py All classes now subclass object for better py3 compatibility 2018-01-24 18:23:42 -02:00
cacheprovider.py implemented --last-failed-no-failures 2018-03-10 22:45:45 +02:00
capture.py Spelling and grammar fixes 2018-05-13 12:06:09 +02:00
compat.py Import Mapping and Sequence from compat in python_api::approx 2018-05-22 22:25:15 +02:00
config.py Detect `pytest_` prefixed hooks 2018-05-17 20:38:54 -04:00
debugging.py --pdb treats KeyboardInterrupt as exception 2018-05-02 00:58:35 +03:00
deprecated.py Add section on how to update marks and add ref to the deprecation notice 2018-05-15 21:35:27 -03:00
doctest.py Spelling and grammar fixes 2018-05-13 12:06:09 +02:00
fixtures.py correctly instantiate fixtureinfo for unittest tests, fixes #3498 2018-05-24 10:29:42 +02:00
freeze_support.py #dropthedot 2018-05-13 12:09:47 +02:00
helpconfig.py Mention omission of fixtures with leading '_', closes #3398 2018-04-14 11:04:00 +02:00
hookspec.py Add reference docs for pytest_sessionstart/finish and update their docstrings 2018-03-29 19:48:48 -03:00
junitxml.py Fixed a bug where stdout and stderr were logged twice by junitxml. 2018-05-23 19:34:45 -07:00
logging.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-04-24 21:26:45 -03:00
main.py Spelling and grammar fixes 2018-05-13 12:06:09 +02:00
monkeypatch.py #3290 Fix comments 2018-04-13 16:00:07 +03:00
nodes.py Fix deprecation notice in Node.get_marker 2018-05-15 21:47:40 -03:00
nose.py convert py module references to six module 2017-08-04 08:05:03 +05:30
outcomes.py Spelling and grammar fixes 2018-05-13 12:06:09 +02:00
pastebin.py Revert making TerminalWriter public in TerminalReporter plugin 2017-11-23 19:53:12 -02:00
pytester.py #dropthedot 2018-05-13 12:09:47 +02:00
python.py correctly instantiate fixtureinfo for unittest tests, fixes #3498 2018-05-24 10:29:42 +02:00
python_api.py Import Mapping and Sequence from compat in python_api::approx 2018-05-22 22:25:15 +02:00
recwarn.py Add recwarn and tmpdir fixtures to the reference docs 2018-03-06 20:41:20 -03:00
resultlog.py Fixed E302 flake8 errors 2017-07-17 01:44:23 +02:00
runner.py --pdb treats KeyboardInterrupt as exception 2018-05-02 00:58:35 +03:00
setuponly.py Refactor some names for better understanding and consistency 2017-09-26 20:09:42 -03:00
setupplan.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
skipping.py introduce name filtering for marker iteration again 2018-05-11 21:48:15 +02:00
terminal.py Remove `terminal.flatten` function in favor of collapse from more_itertools 2018-03-21 20:20:46 -03:00
tmpdir.py Add recwarn and tmpdir fixtures to the reference docs 2018-03-06 20:41:20 -03:00
unittest.py correctly instantiate fixtureinfo for unittest tests, fixes #3498 2018-05-24 10:29:42 +02:00
warnings.py introduce name filtering for marker iteration again 2018-05-11 21:48:15 +02:00