5d271b2bde 
								
							 
						 
						
							
							
								
								[svn r63894] grand renaming on plugin-related mostly internal objects.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 16:03:09 +02:00  
				
					
						
							
							
								 
						
							
								cd038ee708 
								
							 
						 
						
							
							
								
								[svn r63888] finally.  the event concept is basically gone.  
							
							... 
							
							
							
							now we only have plugin hooks aka plugin calls
--HG--
branch : trunk 
							
						 
						
							2009-04-09 02:36:07 +02:00  
				
					
						
							
							
								 
						
							
								2dd3ea7041 
								
							 
						 
						
							
							
								
								[svn r63886] another few events  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 01:50:02 +02:00  
				
					
						
							
							
								 
						
							
								e6234fdb61 
								
							 
						 
						
							
							
								
								[svn r63883] * moving many more events to become ordinary plugin hook calls.  
							
							... 
							
							
							
							* bit hackish because the code for handling the old events is
  also still there ...
--HG--
branch : trunk 
							
						 
						
							2009-04-09 01:33:48 +02:00  
				
					
						
							
							
								 
						
							
								10e267b7b6 
								
							 
						 
						
							
							
								
								[svn r63786] rename CollectionReport to CollectReport, remove XXX.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-07 13:51:55 +02:00  
				
					
						
							
							
								 
						
							
								c516e895fd 
								
							 
						 
						
							
							
								
								[svn r63685] internal renaming of variable name  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-05 22:16:27 +02:00  
				
					
						
							
							
								 
						
							
								7b47da2203 
								
							 
						 
						
							
							
								
								[svn r63598] cleanup of imports and shuffling of plugin method.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-04 02:23:04 +02:00  
				
					
						
							
							
								 
						
							
								85635e1239 
								
							 
						 
						
							
							
								
								[svn r63575] killing yet more test "events" and redundant code  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 18:26:21 +02:00  
				
					
						
							
							
								 
						
							
								069ab6ff5f 
								
							 
						 
						
							
							
								
								[svn r63547] renaming all event consumers to use the "__" convention that  
							
							... 
							
							
							
							is also used for funcargs.
--HG--
branch : trunk 
							
						 
						
							2009-04-02 19:58:51 +02:00  
				
					
						
							
							
								 
						
							
								422635ea47 
								
							 
						 
						
							
							
								
								[svn r63195] * fix rsyncdir usages all around  
							
							... 
							
							
							
							* rename looponfailing to looponfail
--HG--
branch : trunk 
							
						 
						
							2009-03-21 21:07:45 +01:00  
				
					
						
							
							
								 
						
							
								3902890e1b 
								
							 
						 
						
							
							
								
								[svn r63192] rename dsession to dist  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-03-21 20:31:09 +01:00  
				
					
						
							
							
								 
						
							
								fc14b038af 
								
							 
						 
						
							
							
								
								[svn r63191] * remove "--exec"  
							
							... 
							
							
							
							* cleanup of options
--HG--
branch : trunk 
							
						 
						
							2009-03-21 20:28:35 +01:00  
				
					
						
							
							
								 
						
							
								a743caef18 
								
							 
						 
						
							
							
								
								[svn r62487] merging hostmanage branch:  
							
							... 
							
							
							
							* cleanup of the way distributed/remote sessions are setup up
* simplified config pickling
* configs are now more correctly wired on receival at remote sides
* introduced py.__.execnet.gwmanage helps managing calls to multiple hosts
* grouping all pickling related tests in test_pickle.py
  and showcasing a nice pyfunc_call hack
--HG--
branch : trunk 
							
						 
						
							2009-03-03 18:42:32 +01:00  
				
					
						
							
							
								 
						
							
								1764555778 
								
							 
						 
						
							
							
								
								[svn r62292] use prefix "do_" for configure/unconfigure calls to plugins in addition to addoption.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-03-01 14:56:29 +01:00  
				
					
						
							
							
								 
						
							
								3561d2e9ff 
								
							 
						 
						
							
							
								
								[svn r62256] getting rid of "--session", you can do it by  
							
							... 
							
							
							
							creating a plugin and calling setsessionclass
from "pytest_configure".
--HG--
branch : trunk 
							
						 
						
							2009-02-27 22:32:49 +01:00  
				
					
						
							
							
								 
						
							
								82044fd873 
								
							 
						 
						
							
							
								
								[svn r62245] fixed more wrong renames, fine-tuning  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-02-27 16:46:00 +01:00  
				
					
						
							
							
								 
						
							
								c17a09adaf 
								
							 
						 
						
							
							
								
								[svn r62211] merge 60797:HEAD of pytestplugin branch:  
							
							... 
							
							
							
							this merge contains:
* a new plugin architecture
* a pluginized pytest core
* many pytest related refactorings
* refactorings/streamlining of pytest's own tests
--HG--
branch : trunk 
							
						 
						
							2009-02-27 11:18:27 +01:00  
				
					
						
							
							
								 
						
							
								e63da23050 
								
							 
						 
						
							
							
								
								[svn r58319] be more grateful on tests that disappear during a looponfailing session.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2008-09-22 15:15:47 +02:00  
				
					
						
							
							
								 
						
							
								abc8cf09aa 
								
							 
						 
						
							
							
								
								[svn r57321] merging the event branch:  
							
							... 
							
							
							
							* moving in test, misc, code, io directories and
  py/__init__.py
* py/bin/_find.py does not print to stderr anymore
* a few fixes to conftest files in other dirs
some more fixes and adjustments pending
--HG--
branch : trunk 
							
						 
						
							2008-08-16 17:26:59 +02:00