| .. | 
		
		
			
			
			
			
				| 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 | Don't traceback on unkown sections. | 2018-02-05 19:09:38 +00:00 | 
		
			
			
			
			
				| python | Merge pull request #3249 from a-feld/request-fixture-reference-cycle | 2018-02-22 19:23:56 -03:00 | 
		
			
			
			
			
				| acceptance_test.py | Merge remote-tracking branch 'upstream/master' into features | 2018-01-27 12:28:43 -02:00 | 
		
			
			
			
			
				| deprecated_test.py | fix restoring Python state after in-process pytest runs | 2017-12-17 12:47:50 +01: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 | Replace py.std with stdlib imports | 2018-01-09 12:44:10 -08:00 | 
		
			
			
			
			
				| test_cacheprovider.py | Rename test_cache to test_cacheprovider for consistency with cacheprovider | 2018-01-29 08:40:29 -02:00 | 
		
			
			
			
			
				| test_capture.py | All classes now subclass object for better py3 compatibility | 2018-01-24 18:23:42 -02: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 | Merge upstream/master into features | 2017-11-03 16:37:18 -02: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 | implement #3130 - adding record_xml_attribute fixture | 2018-01-22 15:14:53 -08:00 | 
		
			
			
			
			
				| test_mark.py | use a constant to sort out repeated use of the EMPTY_PARAMETERSET_OPTION | 2018-01-26 12:12:26 +01:00 | 
		
			
			
			
			
				| test_modimport.py | add a comment explaining the modimport tests | 2017-03-28 11:45:06 +02:00 | 
		
			
			
			
			
				| test_monkeypatch.py | Fixed E302 flake8 errors | 2017-07-17 01:44:23 +02: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 | Merge pull request #3215 from pytest-dev/bugfix/985/disable-output-capturing-in-doctest | 2018-02-17 18:39:32 -02: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 | Fix test for py37 | 2018-01-30 20:33:07 -02:00 | 
		
			
			
			
			
				| test_resultlog.py | move node base classes from main to nodes | 2017-12-18 11:08:20 +01:00 | 
		
			
			
			
			
				| test_runner.py | Merge remote-tracking branch 'upstream/master' into features | 2018-01-27 12:28:43 -02:00 | 
		
			
			
			
			
				| test_runner_xunit.py | Fix linting E741: ambiguous variable name | 2017-11-04 13:59:10 -02:00 | 
		
			
			
			
			
				| test_session.py | Fix linting E741: ambiguous variable name | 2017-11-04 13:59:10 -02:00 | 
		
			
			
			
			
				| test_skipping.py | Remove unnecessary `# noqa` comments. | 2017-12-22 08:29:48 -08:00 | 
		
			
			
			
			
				| test_terminal.py | #3203 Fix tests | 2018-02-26 17:39:32 +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 |