7fc2f8786f 
								
							 
						 
						
							
							
								
								refactor writing the fake pyc into its own function  
							
							
							
						 
						
							2011-05-24 17:48:56 -05:00  
				
					
						
							
							
								 
						
							
								4f2166c997 
								
							 
						 
						
							
							
								
								use assertion rewriting on test files  
							
							... 
							
							
							
							This works by writing a fake pyc with the asserts rewritten. 
							
						 
						
							2011-05-19 21:52:10 -05:00  
				
					
						
							
							
								 
						
							
								942ae47cd1 
								
							 
						 
						
							
							
								
								tentatively use internal list for cleanups at unconfigure time - this helps reporting with partially executed pytest_configure() hooks  
							
							
							
						 
						
							2011-04-17 12:20:13 +02:00  
				
					
						
							
							
								 
						
							
								2f2586af72 
								
							 
						 
						
							
							
								
								Fix pytest_assertrepr_compare on python3 (issue24)  
							
							... 
							
							
							
							The maxsize argument must be an integer and the devision syntax changed
between python2 and python3. 
							
						 
						
							2011-02-15 23:24:18 +00:00  
				
					
						
							
							
								 
						
							
								709d5e3f2c 
								
							 
						 
						
							
							
								
								Improve the "not in" assertion output  
							
							... 
							
							
							
							This cleans up the generic diff and tailors the output more to this
specific assertion (based on feedback from hpk). 
							
						 
						
							2011-01-25 20:47:34 +00:00  
				
					
						
							
							
								 
						
							
								8631c1f57a 
								
							 
						 
						
							
							
								
								Add "not in" to detailed explanations  
							
							... 
							
							
							
							This simply uses difflib to compare the text without the offending
string to the full text.
Also ensures the summary line uses all space available.  But the
terminal width is still hardcoded. 
							
						 
						
							2010-12-10 01:03:26 +00:00  
				
					
						
							
							
								 
						
							
								821f493378 
								
							 
						 
						
							
							
								
								check docstring at test time instead of runtime, improve and test warning on assertion turned off (thanks FND for reporting)  
							
							
							
						 
						
							2010-12-09 11:00:31 +01:00  
				
					
						
							
							
								 
						
							
								929291775e 
								
							 
						 
						
							
							
								
								flat is better than nested (cont'd):  
							
							... 
							
							
							
							- pytest.py is new module, making "python -m pytest" work always
- _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages 
							
						 
						
							2010-11-13 11:10:45 +01:00