.. |
code
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
freeze
|
Fixed E302 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
logging
|
Merge pull request #3307 from KKoukiou/rhv-qe-fix
|
2018-03-27 18:03:22 -03:00 |
python
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-04-24 21:26:45 -03:00 |
acceptance_test.py
|
Add acceptance test for #2798
|
2018-04-10 21:04:30 -03:00 |
deprecated_test.py
|
deprecated pytest_plugins in non-top-level conftest
|
2018-03-10 21:20:12 +02:00 |
test_argcomplete.py
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
test_assertion.py
|
Merge remote-tracking branch 'upstream/features'
|
2017-11-27 19:37:58 -02:00 |
test_assertrewrite.py
|
Attempt to solve race-condition which corrupts .pyc files on Windows
|
2018-04-12 08:19:28 -03:00 |
test_cacheprovider.py
|
implemented --last-failed-no-failures
|
2018-03-10 22:45:45 +02:00 |
test_capture.py
|
Add test capturing new expectation. Ref #3314.
|
2018-03-15 21:25:50 -04:00 |
test_collection.py
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
test_compat.py
|
`compat.safe_getattr` now catches OutcomeExceptions too
|
2017-08-23 17:17:03 +03:00 |
test_config.py
|
#3260 Added test
|
2018-02-27 19:16:45 +03:00 |
test_conftest.py
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
test_doctest.py
|
Turn on the continue on failure only when the flag is given
|
2018-02-23 22:31:11 -06:00 |
test_entry_points.py
|
Add __future__ imports to all pytest modules
|
2017-03-16 22:45:40 -03:00 |
test_helpconfig.py
|
Fixed E302 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
test_junitxml.py
|
fix the record_property test
|
2018-04-05 14:05:26 +02:00 |
test_mark.py
|
remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively
|
2018-03-29 18:24:10 +02:00 |
test_modimport.py
|
add a comment explaining the modimport tests
|
2017-03-28 11:45:06 +02:00 |
test_monkeypatch.py
|
#3290 Fix comments
|
2018-04-13 16:00:07 +03:00 |
test_nodes.py
|
Address more review comments, fix massive bug I reintroduced in the node-splitting code :-/
|
2017-10-23 17:49:49 +01:00 |
test_nose.py
|
Fix linting E741: ambiguous variable name
|
2017-11-04 13:59:10 -02:00 |
test_parseopt.py
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
test_pastebin.py
|
Fixed E302 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
test_pdb.py
|
Remove unused import to fix linting
|
2018-05-01 19:08:29 -03:00 |
test_pluginmanager.py
|
Replace py.std with stdlib imports
|
2018-01-09 12:44:10 -08:00 |
test_pytester.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
test_recwarn.py
|
Change pytest.raises to use match instead of matches
|
2018-03-27 20:24:15 -07:00 |
test_resultlog.py
|
make nodeids precalculated, there is no sane reason to commpute lazyly
|
2018-03-09 10:52:59 +01:00 |
test_runner.py
|
Clear sys.last_* attributes before running an item
|
2018-04-04 20:36:07 -03:00 |
test_runner_xunit.py
|
Fix linting E741: ambiguous variable name
|
2017-11-04 13:59:10 -02:00 |
test_session.py
|
Add --deselect command line option
|
2018-02-16 08:17:37 -06:00 |
test_skipping.py
|
Fix typo with test_summary_list_after_errors
|
2018-02-27 21:07:00 +01:00 |
test_terminal.py
|
Merge remote-tracking branch 'upstream/master' into features
|
2018-02-27 16:43:45 -03:00 |
test_tmpdir.py
|
Fixed E302 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
test_unittest.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-11-10 18:33:02 -02:00 |
test_warnings.py
|
Only escape str-like arguments passed to warnings
|
2017-11-27 23:17:15 -02:00 |