| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								acceptance_test.py
							
						
					
				 | 
				
					
						
							
							fix issue38 - nicer tracebacks on sessionstart/configure (and other internal/custom hook failures)
						
					
				 | 
				2011-04-17 12:20:11 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								conftest.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_assertion.py
							
						
					
				 | 
				
					
						
							
							Fix pytest_assertrepr_compare on python3 (issue24)
						
					
				 | 
				2011-02-15 23:24:18 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_capture.py
							
						
					
				 | 
				
					
						
							
							refine and unify initial capturing - now works also if the logging module
						
					
				 | 
				2011-01-18 12:51:21 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_collection.py
							
						
					
				 | 
				
					
						
							
							fix issue27 - --collectonly and -k keyword selection now work together.
						
					
				 | 
				2011-03-06 18:32:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_config.py
							
						
					
				 | 
				
					
						
							
							fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header
						
					
				 | 
				2011-01-12 19:39:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_conftest.py
							
						
					
				 | 
				
					
						
							
							remove same-conftest.py detection - does more harm than good
						
					
				 | 
				2011-01-11 15:54:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_core.py
							
						
					
				 | 
				
					
						
							
							half the overhead for calling a test function by introducing some caching
						
					
				 | 
				2011-03-07 18:28:45 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_doctest.py
							
						
					
				 | 
				
					
						
							
							fix issue7 - assert failure inside doctest doesn't prettyprint
						
					
				 | 
				2010-12-06 19:00:30 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_genscript.py
							
						
					
				 | 
				
					
						
							
							also un-nest test directory
						
					
				 | 
				2010-11-13 11:30:40 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_helpconfig.py
							
						
					
				 | 
				
					
						
							
							fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header
						
					
				 | 
				2011-01-12 19:39:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_junitxml.py
							
						
					
				 | 
				
					
						
							
							Prevent null-characters from appearing in junitxml's output
						
					
				 | 
				2011-04-16 00:09:25 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_mark.py
							
						
					
				 | 
				
					
						
							
							fix: mark.* objects are now immutable as long as they are not an attribute on a function, enables usage like this::
						
					
				 | 
				2010-11-20 20:17:38 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_monkeypatch.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_nose.py
							
						
					
				 | 
				
					
						
							
							fix issue15 - tests for python3/nose-1.0 combo work now
						
					
				 | 
				2011-01-11 17:27:34 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_parseopt.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_pastebin.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_pdb.py
							
						
					
				 | 
				
					
						
							
							fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged
						
					
				 | 
				2010-11-23 16:10:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_pytester.py
							
						
					
				 | 
				
					
						
							
							Allow unicode characters in testdir.makepyfile()
						
					
				 | 
				2011-04-11 23:15:56 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_python.py
							
						
					
				 | 
				
					
						
							
							fix issue33 - no collection error for classes prefixed "test" deriving from object
						
					
				 | 
				2011-03-16 16:36:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_recwarn.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_resultlog.py
							
						
					
				 | 
				
					
						
							
							refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
						
					
				 | 
				2010-12-06 16:54:42 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_runner.py
							
						
					
				 | 
				
					
						
							
							also accept non-pytrace pytest.fail() call in setup/teardown methods
						
					
				 | 
				2010-11-24 16:43:55 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_runner_xunit.py
							
						
					
				 | 
				
					
						
							
							streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
						
					
				 | 
				2010-11-17 22:12:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_session.py
							
						
					
				 | 
				
					
						
							
							refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
						
					
				 | 
				2010-12-06 16:54:42 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_skipping.py
							
						
					
				 | 
				
					
						
							
							avoid this test on pypy because syntax errors on pypy-1.4.1 are not precise it seems
						
					
				 | 
				2011-03-05 14:59:06 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_terminal.py
							
						
					
				 | 
				
					
						
							
							fix slightly wrong verbose output for non subclasses on windows
						
					
				 | 
				2011-03-08 13:37:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_tmpdir.py
							
						
					
				 | 
				
					
						
							
							refine tmpdir handling and docs
						
					
				 | 
				2010-11-21 17:43:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								test_unittest.py
							
						
					
				 | 
				
					
						
							
							unittest plugin: prune __unittest marked modules from traces
						
					
				 | 
				2011-03-05 17:49:51 +01:00 |