b8926f59da 
								
							 
						 
						
							
							
								
								make setupevent tests of pytest_runner.py work  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-22 19:56:05 +02:00  
				
					
						
							
							
								 
						
							
								219e627f87 
								
							 
						 
						
							
							
								
								remove superflous registry.call_firstresult and NONEASFIRSTRESULT logic  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-20 22:02:08 +02:00  
				
					
						
							
							
								 
						
							
								1e3acc66d6 
								
							 
						 
						
							
							
								
								implement funcargs according to docs, streamline docs  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-12 23:32:19 +02:00  
				
					
						
							
							
								 
						
							
								b392b0eac1 
								
							 
						 
						
							
							
								
								- rename metainfo to reportinfo for clarity  
							
							... 
							
							
							
							- report hook: pytest_report_iteminfo to override the .reportinfo() as provided by items
--HG--
branch : trunk 
							
						 
						
							2009-05-12 17:02:22 +02:00  
				
					
						
							
							
								 
						
							
								4956e00a49 
								
							 
						 
						
							
							
								
								introduce a pytest_collect_metainfo hook  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-12 14:50:25 +02:00  
				
					
						
							
							
								 
						
							
								c3f3dc653e 
								
							 
						 
						
							
							
								
								rename hook, rename addfuncarg to addcall interface,  
							
							... 
							
							
							
							forget about combinations of funcargs.
--HG--
branch : trunk 
							
						 
						
							2009-05-12 01:38:09 +02:00  
				
					
						
							
							
								 
						
							
								d9ad2cf761 
								
							 
						 
						
							
							
								
								merging the new function generators, addresses issue 2  
							
							... 
							
							
							
							- introduce a new pytest_genfuncruns hook for generating tests with multiple funcargs
- new and extended docs: doc/test/funcargs.txt
- factor all funcargs related code into py/test/funcargs.py
- remove request.maketempdir call (you can use request.config.mktemp)
--HG--
branch : trunk 
							
						 
						
							2009-05-11 19:23:57 +02:00  
				
					
						
							
							
								 
						
							
								4a70a667bb 
								
							 
						 
						
							
							
								
								better name for hook  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-05-07 23:12:17 +02:00  
				
					
						
							
							
								 
						
							
								2fd437e465 
								
							 
						 
						
							
							
								
								ref addresses 4  
							
							... 
							
							
							
							The first non-None value returned by a pytest_pyfunc_call hook
method now indicates that the function call has been performed.
--HG--
branch : trunk 
							
						 
						
							2009-04-17 19:25:15 +02:00  
				
					
						
							
							
								 
						
							
								1da363472e 
								
							 
						 
						
							
							
								
								Deleted duplicate declaration of 'pytest_item_runtest_finished()'.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-15 13:39:50 +02:00  
				
					
						
							
							
								 
						
							
								73529ce63d 
								
							 
						 
						
							
							
								
								[svn r63911] striking unneeded call_each from pluginmanager  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 20:39:59 +02:00  
				
					
						
							
							
								 
						
							
								f8fc229917 
								
							 
						 
						
							
							
								
								[svn r63905] * have pytest pluginmanager do multicalls for registration  
							
							... 
							
							
							
							* more renaming
--HG--
branch : trunk 
							
						 
						
							2009-04-09 17:03:58 +02:00  
				
					
						
							
							
								 
						
							
								69aaef64de 
								
							 
						 
						
							
							
								
								[svn r63890] group hooks  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 02:53:45 +02:00  
				
					
						
							
							
								 
						
							
								cd322bd528 
								
							 
						 
						
							
							
								
								[svn r63889] renaming/streamlining missing event usage  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 02:45:46 +02:00  
				
					
						
							
							
								 
						
							
								0c4fc99a6f 
								
							 
						 
						
							
							
								
								[svn r63887] move rest of events  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 02:12:10 +02:00  
				
					
						
							
							
								 
						
							
								2dd3ea7041 
								
							 
						 
						
							
							
								
								[svn r63886] another few events  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 01:50:02 +02:00  
				
					
						
							
							
								 
						
							
								68c6aaa355 
								
							 
						 
						
							
							
								
								[svn r63885] moving two more events  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-09 01:41:35 +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  
				
					
						
							
							
								 
						
							
								66c64e6b97 
								
							 
						 
						
							
							
								
								[svn r63869] * moving execnet events to become api plugin calls.  
							
							... 
							
							
							
							* defining Execnet hooks in an explicit API
--HG--
branch : trunk 
							
						 
						
							2009-04-08 19:50:14 +02:00  
				
					
						
							
							
								 
						
							
								c6606d9d8f 
								
							 
						 
						
							
							
								
								[svn r63846] fix bug  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-08 17:19:46 +02:00  
				
					
						
							
							
								 
						
							
								b6b060c1d0 
								
							 
						 
						
							
							
								
								[svn r63845] introduce new _pytest plugin that allows to selectively record  
							
							... 
							
							
							
							plugin calls and do assertions about them.
--HG--
branch : trunk 
							
						 
						
							2009-04-08 17:15:56 +02:00  
				
					
						
							
							
								 
						
							
								0300b2109c 
								
							 
						 
						
							
							
								
								[svn r63822] simplifying and strictifying the internal calls to plugins using  
							
							... 
							
							
							
							the new "api" mechanism.
--HG--
branch : trunk 
							
						 
						
							2009-04-08 12:06:21 +02:00  
				
					
						
							
							
								 
						
							
								f14fc582e9 
								
							 
						 
						
							
							
								
								[svn r63808] * refinements/renames to new PluginAPI  
							
							... 
							
							
							
							* have pytest_runner start to use it, passes the main test
--HG--
branch : trunk 
							
						 
						
							2009-04-07 22:46:50 +02:00  
				
					
						
							
							
								 
						
							
								10e267b7b6 
								
							 
						 
						
							
							
								
								[svn r63786] rename CollectionReport to CollectReport, remove XXX.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-07 13:51:55 +02:00  
				
					
						
							
							
								 
						
							
								a37c32783d 
								
							 
						 
						
							
							
								
								[svn r63785] further renaming, streamlining the testing machinery and helpers.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-07 12:48:57 +02:00  
				
					
						
							
							
								 
						
							
								c516e895fd 
								
							 
						 
						
							
							
								
								[svn r63685] internal renaming of variable name  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-05 22:16:27 +02:00  
				
					
						
							
							
								 
						
							
								b2077ed2ec 
								
							 
						 
						
							
							
								
								[svn r63630] some more code to prepare for substituting the  
							
							... 
							
							
							
							fixture/runtest code, using more plugins.
--HG--
branch : trunk 
							
						 
						
							2009-04-04 22:19:18 +02:00  
				
					
						
							
							
								 
						
							
								ba6eca8da4 
								
							 
						 
						
							
							
								
								[svn r63628] * shuffle SetupState and fixture handling into runner.py  
							
							... 
							
							
							
							* introduce a itemsetupreport and new setupitem/teardownitem methods.
* more tests
--HG--
branch : trunk 
							
						 
						
							2009-04-04 21:06:20 +02:00  
				
					
						
							
							
								 
						
							
								db60fe7f37 
								
							 
						 
						
							
							
								
								[svn r63588] shift running of test item to be done through a plugin method.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 23:18:41 +02:00  
				
					
						
							
							
								 
						
							
								85635e1239 
								
							 
						 
						
							
							
								
								[svn r63575] killing yet more test "events" and redundant code  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 18:26:21 +02:00  
				
					
						
							
							
								 
						
							
								53491b1531 
								
							 
						 
						
							
							
								
								[svn r63571] kill another few test "events"  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 17:47:16 +02:00  
				
					
						
							
							
								 
						
							
								45e0499f10 
								
							 
						 
						
							
							
								
								[svn r63566] the InternalException event class bites the dust.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 16:18:47 +02:00  
				
					
						
							
							
								 
						
							
								d1946ae978 
								
							 
						 
						
							
							
								
								[svn r63563] the TestrunFinish event class bites the dust.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-04-03 14:18:25 +02:00  
				
					
						
							
							
								 
						
							
								54cc936437 
								
							 
						 
						
							
							
								
								[svn r63560] beginning to review/polish test events  
							
							... 
							
							
							
							* pyevent() now receives args and kwargs as simple arguments
* refactoring event handling in tests
--HG--
branch : trunk 
							
						 
						
							2009-04-03 12:57:34 +02:00  
				
					
						
							
							
								 
						
							
								3ffa7735d9 
								
							 
						 
						
							
							
								
								[svn r63550] * move hook and event API definitions to py/test/plugin/api.py  
							
							... 
							
							
							
							* make "py.test" work on "doc" directory again.
--HG--
branch : trunk 
							
						 
						
							2009-04-02 21:16:57 +02:00