cc10d84088 
								
							 
						 
						
							
							
								
								[svn r58308] * de-generalize conditional skips and only care  
							
							... 
							
							
							
							nicely for common tedious causes of skipping:
  import a module and checking it has a certain
  version.  usage example:
  docutils = py.test.importorskip(docutils, minversion="0.4")
* used new helper and cleanup skipping logic in py lib
--HG--
branch : trunk 
							
						 
						
							2008-09-21 17:15:28 +02:00  
				
					
						
							
							
								 
						
							
								39440c91c9 
								
							 
						 
						
							
							
								
								[svn r58010] some support for old naming because many sites import ReST checker from this conftest.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2008-09-09 18:51:49 +02:00  
				
					
						
							
							
								 
						
							
								561a14054c 
								
							 
						 
						
							
							
								
								[svn r57754] * introduce py.test.collect.File (File for py or non-py files)  
							
							... 
							
							
							
							* introduce py.test.collect.Collector.collect_by_name and
  special case it for Directories to allow specifying
  files that would otherwise be ignored because of filters.
* fix py/doc/conftest to work with new API
* refactor py/doc/test_conftest.py to use suptest helper
* avoid old APIs in some more places.
--HG--
branch : trunk 
							
						 
						
							2008-09-02 14:24:15 +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  
				
					
						
							
							
								 
						
							
								7428eadf7d 
								
							 
						 
						
							
							
								
								[svn r57320] remove test, misc, doc, io, and code directories  
							
							... 
							
							
							
							that are to come from the event branch with the next commit.
--HG--
branch : trunk 
							
						 
						
							2008-08-16 17:10:17 +02:00  
				
					
						
							
							
								 
						
							
								f3f84fa36c 
								
							 
						 
						
							
							
								
								[svn r51329] rename special __package__ to __pkg__ because python 2.6 needs the former  
							
							... 
							
							
							
							(thanks to Ralf Schmitt)
--HG--
branch : trunk 
							
						 
						
							2008-02-08 09:43:05 +01:00  
				
					
						
							
							
								 
						
							
								8569bd57a9 
								
							 
						 
						
							
							
								
								[svn r50606] don't fail for links to html files where we don'T have a .txt  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2008-01-14 17:43:08 +01:00  
				
					
						
							
							
								 
						
							
								05ef2d5832 
								
							 
						 
						
							
							
								
								[svn r38831] be more careful to not work with svnwc() paths  
							
							... 
							
							
							
							when checking for mtimes
--HG--
branch : trunk 
							
						 
						
							2007-02-14 15:07:23 +01:00  
				
					
						
							
							
								 
						
							
								79a17fa4ef 
								
							 
						 
						
							
							
								
								[svn r38828] Try harder to get the logic right to avoid regenerating html files for  
							
							... 
							
							
							
							unmodified txts.
--HG--
branch : trunk 
							
						 
						
							2007-02-14 14:57:46 +01:00  
				
					
						
							
							
								 
						
							
								2851e1d919 
								
							 
						 
						
							
							
								
								[svn r38777] Fixed api and source link role relative paths.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-14 02:31:50 +01:00  
				
					
						
							
							
								 
						
							
								a90fb8112c 
								
							 
						 
						
							
							
								
								[svn r38775] use relative paths, and compute them late  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-14 02:03:51 +01:00  
				
					
						
							
							
								 
						
							
								13c44faa38 
								
							 
						 
						
							
							
								
								[svn r38770] Removed option --apigen_relpath, added options --docpath and --apigenpath, both  
							
							... 
							
							
							
							of which are not only used for building the navigation, but also to actually
tell py.test where docs should be generated. Also cleaned up and fixed the
situation regarding relative links in the navigation menu and stylesheet/js
paths.
--HG--
branch : trunk 
							
						 
						
							2007-02-14 00:56:57 +01:00  
				
					
						
							
							
								 
						
							
								3ab95e5672 
								
							 
						 
						
							
							
								
								[svn r38747] hum, a last-minute namespace change: i missed  
							
							... 
							
							
							
							that fijal didn't move py.test.Item|Function to the py.test.collect namespace
at the time.  a pypy fix will follow shortly after i merged the dist.
--HG--
branch : trunk 
							
						 
						
							2007-02-13 20:21:53 +01:00  
				
					
						
							
							
								 
						
							
								a07cceca9f 
								
							 
						 
						
							
							
								
								[svn r38621] * fix for linking problems: move future.txt one level up  
							
							... 
							
							
							
							* be slightly more defensive about apigen_relpath
--HG--
branch : trunk 
							
						 
						
							2007-02-12 18:58:38 +01:00  
				
					
						
							
							
								 
						
							
								8a07ca4457 
								
							 
						 
						
							
							
								
								[svn r38542] Fixed help string for --apigenrelpath.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-12 12:16:18 +01:00  
				
					
						
							
							
								 
						
							
								66b0639109 
								
							 
						 
						
							
							
								
								[svn r38533] adding a way to modify the "apigen relative path"  
							
							... 
							
							
							
							from the command line, unifying conftest and confrest
--HG--
branch : trunk 
							
						 
						
							2007-02-12 01:37:48 +01:00  
				
					
						
							
							
								 
						
							
								5ea9a43dce 
								
							 
						 
						
							
							
								
								[svn r38142] Fixed problem with indentation in the results of a doctest.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-08 14:47:23 +01:00  
				
					
						
							
							
								 
						
							
								356b831208 
								
							 
						 
						
							
							
								
								[svn r38123] skip path.txt svn tests if not run via --checkremote  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-07 22:32:30 +01:00  
				
					
						
							
							
								 
						
							
								7213771cc9 
								
							 
						 
						
							
							
								
								[svn r38122] fix parsing of extra lines (to be executed)  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-07 22:31:13 +01:00  
				
					
						
							
							
								 
						
							
								b8bb733778 
								
							 
						 
						
							
							
								
								[svn r37782] Changed the checking in resolve_linkrole() so that instead of the apigen  
							
							... 
							
							
							
							results (the directory with HTML files) it uses the py lib object tree and
source tree to find out whether links are valid.
--HG--
branch : trunk 
							
						 
						
							2007-02-02 01:00:50 +01:00  
				
					
						
							
							
								 
						
							
								23aeccc8c8 
								
							 
						 
						
							
							
								
								[svn r37776] Fixed some problems with the relative link checker (was using the wrong base  
							
							... 
							
							
							
							path for checks), fixed links in the documents.
--HG--
branch : trunk 
							
						 
						
							2007-02-02 00:12:49 +01:00  
				
					
						
							
							
								 
						
							
								80a0045805 
								
							 
						 
						
							
							
								
								[svn r37774] Adding support for checking generated API links (for link roles).  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-02-01 23:30:51 +01:00  
				
					
						
							
							
								 
						
							
								d3c2f5c7b1 
								
							 
						 
						
							
							
								
								[svn r37639] Not sure why this was here... :|  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-01-30 23:00:33 +01:00  
				
					
						
							
							
								 
						
							
								06f68d9fb7 
								
							 
						 
						
							
							
								
								[svn r37449] fix failures in case of docutils not being installed  
							
							... 
							
							
							
							(related to importing 'py.__.rest.directive')
--HG--
branch : trunk 
							
						 
						
							2007-01-27 21:11:26 +01:00  
				
					
						
							
							
								 
						
							
								bedeb1e640 
								
							 
						 
						
							
							
								
								[svn r37330] Replacing any non-Unix newlines with plain \n in  
							
							... 
							
							
							
							doctests, this fixes some win32 problem.
--HG--
branch : trunk 
							
						 
						
							2007-01-25 15:08:48 +01:00  
				
					
						
							
							
								 
						
							
								5992a8ef21 
								
							 
						 
						
							
							
								
								[svn r37264] create the new development trunk  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2007-01-24 15:24:01 +01:00