test_ok1/_pytest
Ronny Pfannschmidt 2241c98b18
Merge pull request #3331 from tonybaloney/breakpoint_support
Support for the new builtin breakpoint function in Python 3.7
2018-04-10 07:15:29 +02:00
..
_code Fix linting 2018-03-09 17:44:39 -03:00
assertion All classes now subclass object for better py3 compatibility 2018-01-24 18:23:42 -02:00
mark extend marker docs with reasons on marker iteration 2018-04-05 15:30:31 +02: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 Fix test failure on Python 2. Ref #3314. 2018-03-15 21:33:58 -04: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 Merge pull request #3230 from brianmaissy/features 2018-03-21 07:44:34 +01:00
debugging.py Merge pull request #3331 from tonybaloney/breakpoint_support 2018-04-10 07:15:29 +02:00
deprecated.py fix method reference to iter_markers in warning 2018-03-30 07:50:12 +02:00
doctest.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-03-16 18:15:28 -03:00
fixtures.py remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively 2018-03-29 18:24:10 +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 Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-03-16 18:15:28 -03:00
logging.py Merge pull request #3307 from KKoukiou/rhv-qe-fix 2018-03-27 18:03:22 -03:00
main.py make nodeids precalculated, there is no sane reason to commpute lazyly 2018-03-09 10:52:59 +01:00
monkeypatch.py Typo in example, os.getcwd does not take any parameter. 2018-03-12 15:19:26 +01:00
nodes.py remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively 2018-03-29 18:24:10 +02: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 prevent doubleing of function level marks 2018-03-30 08:19:45 +02:00
python_api.py Merge pull request #3318 from nicoddemus/merge-master-into-features 2018-03-17 09:40:32 +01: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 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 remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively 2018-03-29 18:24:10 +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 Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2017-11-10 18:33:02 -02:00
warnings.py remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively 2018-03-29 18:24:10 +02:00