..
_code
Remove code for unsupported Python versions
2017-10-10 08:54:56 +03:00
assertion
Remove code for unsupported Python versions
2017-10-10 08:54:56 +03:00
__init__.py
fix import error
2017-04-26 15:57:55 +02:00
_argcomplete.py
Remove code for unsupported Python versions
2017-10-10 08:54:56 +03:00
cacheprovider.py
Use new hook to report accurate tests skipped in --lf and --ff
2017-07-28 08:54:55 -03:00
capture.py
Use a nametuple for `readouterr()` results
2017-10-28 14:53:19 -04:00
compat.py
Use zip and map from six
2017-10-24 22:13:32 -02:00
config.py
Merge pull request #2791 from OfirOshir/features
2017-10-25 09:04:01 +02:00
debugging.py
Merge pull request #2801 from nicoddemus/capture-fixture
2017-10-09 15:26:50 +02:00
deprecated.py
Improve user guidance regarding ``--resultlog`` deprecation
2017-08-31 19:11:41 -03:00
doctest.py
call path.read(), add tests, add news fragment
2017-10-14 00:49:54 +08:00
fixtures.py
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
2017-10-24 19:57:14 -02:00
freeze_support.py
Fixed E303 flake8 errors
2017-07-17 01:44:23 +02:00
helpconfig.py
Deprecate TerminalReporter._tw
2017-09-27 17:16:34 -03:00
hookspec.py
Drop wrapper module; import directly
2017-08-25 11:46:55 -04:00
junitxml.py
Move the generic separator to a constant
2017-10-24 10:42:16 +01:00
logging.py
Fix some coding-style issues in the logging plugin
2017-10-12 02:19:24 +02:00
main.py
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
2017-10-24 19:57:14 -02:00
mark.py
Use zip and map from six
2017-10-24 22:13:32 -02:00
monkeypatch.py
convert py module references to six module
2017-08-04 08:05:03 +05:30
nodes.py
Unused import / lint
2017-10-24 11:25:42 +01:00
nose.py
convert py module references to six module
2017-08-04 08:05:03 +05:30
outcomes.py
Fix docstring alignment and typos
2017-10-02 21:24:52 -03:00
pastebin.py
Deprecate TerminalReporter._tw
2017-09-27 17:16:34 -03:00
pytester.py
Fix additional linting issues
2017-10-24 21:01:00 -02:00
python.py
Merge remote-tracking branch 'upstream/master' into features
2017-10-04 17:28:34 -03:00
python_api.py
Use zip and map from six
2017-10-24 22:13:32 -02:00
recwarn.py
Fix additional linting issues
2017-10-24 21:01:00 -02:00
resultlog.py
Fixed E302 flake8 errors
2017-07-17 01:44:23 +02:00
runner.py
Merge remote-tracking branch 'upstream/master' into features
2017-09-05 19:44:33 -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
Merge pull request #2808 from georgeyk/allow-module-level-skip
2017-10-12 06:50:53 +02:00
terminal.py
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
2017-10-24 19:57:14 -02:00
tmpdir.py
Fixed E265 flake8 errors
2017-07-17 01:44:22 +02:00
unittest.py
skipping: replace _evalskip with a more consistent _skipped_by_mark
2017-10-06 10:44:49 +02:00
warnings.py
Use ascii_escaped to escape unicode warnings
2017-10-03 12:19:37 -03:00