.. |
_code
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
assertion
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
mark
|
Add the ability to use platform in pytest.mark.skipif
|
2018-02-25 22:38:25 -08: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
|
Replace deprecated option.getvalue by option.getoption in cacheprovider
|
2018-01-29 08:40:29 -02:00 |
capture.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
compat.py
|
Fix mock patchings detection when both mock and unittest.mock are present
|
2018-02-12 20:29:37 +01:00 |
config.py
|
#1642 Fix comments
|
2018-02-01 11:20:37 +03:00 |
debugging.py
|
Add captured-log support to --show-capture
|
2018-02-18 20:18:37 +01:00 |
deprecated.py
|
Renamed the fixture record_xml_property to record_property and adapted logic so that the properties are passed to the TestReport object and thus allow compatibility with pytest-xdist.
|
2018-02-20 15:46:26 -06:00 |
doctest.py
|
Turn on the continue on failure only when the flag is given
|
2018-02-23 22:31:11 -06:00 |
fixtures.py
|
Merge pull request #3228 from thisch/update_attr
|
2018-02-17 20:19:07 -02:00 |
freeze_support.py
|
Fixed E303 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
helpconfig.py
|
Fix -o behavior to no longer swallow all remaining options
|
2018-01-23 21:19:16 -02:00 |
hookspec.py
|
Remove config paramter from pytest_terminal_summary as discussed during review
|
2018-02-27 07:26:25 -03:00 |
junitxml.py
|
Add note about deprecating record_xml_property
|
2018-02-21 17:45:52 -03:00 |
logging.py
|
Partially revert "Remove --no-print-logs option"
|
2018-02-19 20:34:11 +01:00 |
main.py
|
Add --deselect command line option
|
2018-02-16 08:17:37 -06:00 |
monkeypatch.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
nodes.py
|
Renamed the fixture record_xml_property to record_property and adapted logic so that the properties are passed to the TestReport object and thus allow compatibility with pytest-xdist.
|
2018-02-20 15:46:26 -06: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
|
Revert making TerminalWriter public in TerminalReporter plugin
|
2017-11-23 19:53:12 -02:00 |
pytester.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
python.py
|
sort out import misstake
|
2018-02-22 15:18:17 +01:00 |
python_api.py
|
Raise unexpected exceptions with pytest.raises() using match=
|
2018-02-15 12:11:56 +01: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
|
Move user_properties to the end of parameter list for backward compatibility
|
2018-02-21 17:56:49 -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
|
Show "short test summary info" after tracebacks and warnings
|
2018-02-26 21:12:33 -03:00 |
terminal.py
|
Remove config paramter from pytest_terminal_summary as discussed during review
|
2018-02-27 07:26:25 -03:00 |
tmpdir.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
unittest.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-11-10 18:33:02 -02:00 |
warnings.py
|
Only escape str-like arguments passed to warnings
|
2017-11-27 23:17:15 -02:00 |