715a235b45 
								
							 
						 
						
							
							
								
								remove shutdown logic from PluginManager and add a add_cleanup() API  
							
							... 
							
							
							
							for the already existing cleanup logic of the config object.
This simplifies lifecycle management as we don't keep two
layers of shutdown functions and also simplifies the pluginmanager
interface.
also add some docstrings.
--HG--
branch : plugin_no_pytest 
							
						 
						
							2015-04-22 16:33:20 +02:00  
				
					
						
							
							
								 
						
							
								c692a0ee9c 
								
							 
						 
						
							
							
								
								Remove jython from tested python versions  
							
							... 
							
							
							
							After testing with the jython 2.7 beta it seems it will require some
work to get jython back working.  So for now remove it from this list
so it doesn't get picked up by normal test runs. 
							
						 
						
							2014-09-06 18:44:18 +01:00  
				
					
						
							
							
								 
						
							
								745737e337 
								
							 
						 
						
							
							
								
								strike python2.5 from test code cc @flub  
							
							
							
						 
						
							2014-09-05 09:50:40 +02:00  
				
					
						
							
							
								 
						
							
								72b4534a0c 
								
							 
						 
						
							
							
								
								add changelog entry for some PRs: improvements to pytest's own  
							
							... 
							
							
							
							test-suite leakage detection, courtesy of PRs from Marc Abramowitz 
							
						 
						
							2014-04-02 09:51:24 +02:00  
				
					
						
							
							
								 
						
							
								f824a73143 
								
							 
						 
						
							
							
								
								Remove cast of fd to int and sorting  
							
							... 
							
							
							
							Casting of fd can break for non-numeric fd (e.g.: "rtd" on Linux) and isn't
necessary since we don't need to sort.
--HG--
branch : refactor_LsofFdLeakChecker 
							
						 
						
							2014-04-01 15:36:54 -07:00  
				
					
						
							
							
								 
						
							
								e45a33f029 
								
							 
						 
						
							
							
								
								testing/conftest.py: Reintialize config._openfiles for each test  
							
							... 
							
							
							
							And no longer need getopenfiles or config._numfiles
--HG--
branch : refactor_LsofFdLeakChecker 
							
						 
						
							2014-04-01 14:13:11 -07:00  
				
					
						
							
							
								 
						
							
								064e79761c 
								
							 
						 
						
							
							
								
								Improve LsofFdLeakChecker; more reliable and useful leak checking  
							
							... 
							
							
							
							* Make it invoke lsof with options for machine-readable output
* Parse out file descriptor and filename from lsof output
* Draw attention to file descriptors now open that weren't open before
--HG--
branch : refactor_LsofFdLeakChecker 
							
						 
						
							2014-04-01 13:41:35 -07:00  
				
					
						
							
							
								 
						
							
								f7713c47e8 
								
							 
						 
						
							
							
								
								testing/conftest.py: Refactor lsof fd leak checking  
							
							... 
							
							
							
							Isolate the logic into one class to make easier to understand, more maintainable.
This may aid in later plugging in an alternative implementation, such as one
that uses psutil
(https://bitbucket.org/hpk42/pytest/pull-request/137/use-psutil-to-detect-open-files-in-tests/diff )
--HG--
branch : refactor_LsofFdLeakChecker 
							
						 
						
							2014-04-01 10:15:27 -07:00  
				
					
						
							
							
								 
						
							
								663f824fc4 
								
							 
						 
						
							
							
								
								simplify basedir isolation  
							
							
							
						 
						
							2013-11-21 14:54:46 +01:00  
				
					
						
							
							
								 
						
							
								2700a94d49 
								
							 
						 
						
							
							
								
								remove an old duplicate marker and use recent pytest mechanism for parametrization  
							
							
							
						 
						
							2013-11-21 14:40:14 +01:00  
				
					
						
							
							
								 
						
							
								cbbbfcd101 
								
							 
						 
						
							
							
								
								fix collection imports for python2.5  
							
							
							
						 
						
							2013-08-01 15:38:03 +02:00  
				
					
						
							
							
								 
						
							
								377f63085a 
								
							 
						 
						
							
							
								
								be more liberal with respect to lsof checks because jenkins keeps some files open  
							
							
							
						 
						
							2013-07-29 15:39:24 +02:00  
				
					
						
							
							
								 
						
							
								2a7c79dbf5 
								
							 
						 
						
							
							
								
								make genscript provide information as to compatibility  
							
							... 
							
							
							
							(now that argparse is a dependency on python2.6) 
							
						 
						
							2013-07-26 08:59:31 +02:00  
				
					
						
							
							
								 
						
							
								296f752cca 
								
							 
						 
						
							
							
								
								fix --genscript option to generate standalone scripts that also  
							
							... 
							
							
							
							work with python3.3 (importer ordering) 
							
						 
						
							2013-02-12 22:59:29 +01:00  
				
					
						
							
							
								 
						
							
								bb07ba7807 
								
							 
						 
						
							
							
								
								rename a number of internal and externally visible variables to use the fixture name  
							
							... 
							
							
							
							rather than funcargs.  Introduce .funcargnames compatibility attribute for backward compat. 
							
						 
						
							2012-10-05 14:24:44 +02:00  
				
					
						
							
							
								 
						
							
								e79a312b92 
								
							 
						 
						
							
							
								
								fix internal test setup failure  
							
							
							
						 
						
							2012-06-21 11:30:10 +02:00  
				
					
						
							
							
								 
						
							
								bc8ee95e72 
								
							 
						 
						
							
							
								
								add ini-file "markers" option and a cmdline option "--markers" to show defined markers.  Add "skipif", "xfail" etc. to the set of builtin markers shown with the --markers option.  
							
							
							
						 
						
							2011-11-11 22:56:11 +00:00  
				
					
						
							
							
								 
						
							
								a2f4a11301 
								
							 
						 
						
							
							
								
								refine lsof/FD leakage testing and rework test setup and some of pytest own tests.   Note that the actual diff to non-test code is small.  Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).  
							
							
							
						 
						
							2011-11-07 18:08:41 +00:00  
				
					
						
							
							
								 
						
							
								d4fe273b2f 
								
							 
						 
						
							
							
								
								fix FD leakage during pytest's own test run and add "--lsof" option to tox default test runs.  
							
							... 
							
							
							
							the leakage came down to a problematic bit of the stdlib logging module: it takes ownerships of stdout/stderr making it hard for pytest to implement clean capturing.  The current work around is to add some extra code in the setup machinery of pytest's own tests which actually closes sub-FDs. 
							
						 
						
							2011-11-06 15:40:17 +00:00  
				
					
						
							
							
								 
						
							
								fb1b1d9aae 
								
							 
						 
						
							
							
								
								jython-2.5.2 has a core bug preventing pytest to run :(  
							
							
							
						 
						
							2011-08-19 19:25:52 +02:00  
				
					
						
							
							
								 
						
							
								a698465487 
								
							 
						 
						
							
							
								
								streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".  
							
							
							
						 
						
							2010-11-17 22:12:16 +01:00  
				
					
						
							
							
								 
						
							
								b6ec5a575d 
								
							 
						 
						
							
							
								
								get option settings from ini-file.  make getting configuration options from conftest.py only an internal feature.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-31 17:41:58 +01:00  
				
					
						
							
							
								 
						
							
								b86b1628bb 
								
							 
						 
						
							
							
								
								introduce reading of setup.cfg / ini-style configuration files  
							
							... 
							
							
							
							rename internal config.Error to pytest.UsageError
--HG--
branch : trunk 
							
						 
						
							2010-10-27 19:35:27 +02:00  
				
					
						
							
							
								 
						
							
								90c1084a88 
								
							 
						 
						
							
							
								
								add --lsof self-testing option  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-26 09:11:53 +02:00  
				
					
						
							
							
								 
						
							
								a6f10a6d80 
								
							 
						 
						
							
							
								
								unify collection for finding items and for finding initial nodes.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-25 23:08:41 +02:00  
				
					
						
							
							
								 
						
							
								d1aff902d5 
								
							 
						 
						
							
							
								
								remove pylib things and move things to new pytest namespace  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-07 11:59:00 +02:00  
				
					
						
							
							
								 
						
							
								5c27076d32 
								
							 
						 
						
							
							
								
								flatten test directory hierarchy and merge smaller into larger files  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-01-13 16:17:50 +01:00