245aa057b4 
								
							 
						 
						
							
							
								
								[svn r38473] rewrote the future section of py test  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-11 17:24:17 +01:00  
				
					
						
							
							
								 
						
							
								5be8668782 
								
							 
						 
						
							
							
								
								[svn r38472] clarifications regarding dist testing  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-11 17:14:40 +01:00  
				
					
						
							
							
								 
						
							
								40c8b10040 
								
							 
						 
						
							
							
								
								[svn r38455] various merging of startup documentation  
							
							... 
							
							
							
							and rewriting/refactoring information and
references.  clarifying release-structure
a bit.
--HG--
branch : trunk 
							
						 
						
							2007-02-11 14:26:03 +01:00  
				
					
						
							
							
								 
						
							
								4815c6de21 
								
							 
						 
						
							
							
								
								[svn r38220] moved -f and --exec in the documentation as well  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-09 00:41:59 +01:00  
				
					
						
							
							
								 
						
							
								db4a19f473 
								
							 
						 
						
							
							
								
								[svn r38151] Small change in the text to make it a bit more understandable.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-08 16:14:52 +01:00  
				
					
						
							
							
								 
						
							
								1390114d82 
								
							 
						 
						
							
							
								
								[svn r38118] there is no gurantee anymore that tests run in order  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-07 21:48:49 +01:00  
				
					
						
							
							
								 
						
							
								77b8a010c5 
								
							 
						 
						
							
							
								
								[svn r38097] streamline boxed test configuration:  
							
							... 
							
							
							
							"config.option.boxed"  indicates now boxed tests
and RSession.fixoptions takes care to honour
dist_boxed accordingly.  So you can do
    if not py.test.config.boxed:
        py.test.skip(...)
i also fixed the documentation.
--HG--
branch : trunk 
							
						 
						
							2007-02-07 19:43:23 +01:00  
				
					
						
							
							
								 
						
							
								157a77ef0a 
								
							 
						 
						
							
							
								
								[svn r37992] have real definitions (yes, the empty lines make a difference). rest is strange.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-06 00:56:14 +01:00  
				
					
						
							
							
								 
						
							
								d45b45a74e 
								
							 
						 
						
							
							
								
								[svn r37991] remove colons and change the subsecion title  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-06 00:53:46 +01:00  
				
					
						
							
							
								 
						
							
								9b6787782d 
								
							 
						 
						
							
							
								
								[svn r37989] add an overview over py.tests command-line options  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-06 00:50:11 +01:00  
				
					
						
							
							
								 
						
							
								a430e2b8f5 
								
							 
						 
						
							
							
								
								[svn r37987] split the py.test docs into implementation and customization docs and normal  
							
							... 
							
							
							
							user docs.
--HG--
branch : trunk 
							
						 
						
							2007-02-06 00:18:22 +01:00  
				
					
						
							
							
								 
						
							
								11591c3c4f 
								
							 
						 
						
							
							
								
								[svn r37950] * add and document dist_rsync_ignore option to ignore  
							
							... 
							
							
							
							files and directories for rsyncing
--HG--
branch : trunk 
							
						 
						
							2007-02-05 02:14:17 +01:00  
				
					
						
							
							
								 
						
							
								95f38694cb 
								
							 
						 
						
							
							
								
								[svn r37886] hum, i thought i had refactored this option name already ...  
							
							... 
							
							
							
							also the wrong name does not even cause a test failure. odd.
--HG--
branch : trunk 
							
						 
						
							2007-02-03 21:35:14 +01:00  
				
					
						
							
							
								 
						
							
								df0736db08 
								
							 
						 
						
							
							
								
								[svn r37773] typo  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-01 23:27:51 +01:00  
				
					
						
							
							
								 
						
							
								ad127323e3 
								
							 
						 
						
							
							
								
								[svn r37502] unify dist_* options and give dist_rsync_roots more precision:  
							
							... 
							
							
							
							you now specify relative paths (relative to the conftest.py
where a dist_rsync_root setting resides) or absolute paths.
--HG--
branch : trunk 
							
						 
						
							2007-01-28 22:54:12 +01:00  
				
					
						
							
							
								 
						
							
								a1b696bdb0 
								
							 
						 
						
							
							
								
								[svn r37301] No longer that way (somebody should read that document once again)  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-01-24 22:10:01 +01:00  
				
					
						
							
							
								 
						
							
								c0535c70ad 
								
							 
						 
						
							
							
								
								[svn r37290] * allow only CAPITAL letters for short options  
							
							... 
							
							
							
							* documentation and test for it
* streamlined documentation a bit
--HG--
branch : trunk 
							
						 
						
							2007-01-24 20:18:46 +01:00  
				
					
						
							
							
								 
						
							
								7cf9824680 
								
							 
						 
						
							
							
								
								[svn r37278] move files from branch to trunk (and thus complete  
							
							... 
							
							
							
							the merge of the config branch into the trunk)
--HG--
branch : trunk 
							
						 
						
							2007-01-24 17:46:46 +01:00  
				
					
						
							
							
								 
						
							
								5992a8ef21 
								
							 
						 
						
							
							
								
								[svn r37264] create the new development trunk  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-01-24 15:24:01 +01:00