35b0b376f0 
								
							 
						 
						
							
							
								
								bumping version to pytest-2.0.1, regen docs and examples  
							
							
							
						 
						
							2011-02-03 15:14:50 +01:00  
				
					
						
							
							
								 
						
							
								762ea71f67 
								
							 
						 
						
							
							
								
								fix error reporting issue when a "pyc" file has no relating "py"  
							
							
							
						 
						
							2011-01-27 21:11:21 +01:00  
				
					
						
							
							
								 
						
							
								d8d88ede65 
								
							 
						 
						
							
							
								
								refine and unify initial capturing - now works also if the logging module  
							
							... 
							
							
							
							is already used from an early-loaded conftest.py file (prior to option parsing) 
							
						 
						
							2011-01-18 12:51:21 +01:00  
				
					
						
							
							
								 
						
							
								88cfaebbcb 
								
							 
						 
						
							
							
								
								fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header  
							
							
							
						 
						
							2011-01-12 19:39:36 +01:00  
				
					
						
							
							
								 
						
							
								647b56614a 
								
							 
						 
						
							
							
								
								fix issue17 by requiring an update to pylib which helps to fix it  
							
							
							
						 
						
							2011-01-12 17:21:11 +01:00  
				
					
						
							
							
								 
						
							
								1b3fb3d229 
								
							 
						 
						
							
							
								
								fix issue15 - tests for python3/nose-1.0 combo work now  
							
							
							
						 
						
							2011-01-11 17:27:34 +01:00  
				
					
						
							
							
								 
						
							
								a15983cb33 
								
							 
						 
						
							
							
								
								rather named the new hook cmdline_preparse  
							
							
							
						 
						
							2010-12-07 12:34:18 +01:00  
				
					
						
							
							
								 
						
							
								9ab256c296 
								
							 
						 
						
							
							
								
								make getvalueorskip() be hidden in skip-reporting. also bump version.  
							
							
							
						 
						
							2010-12-07 12:18:24 +01:00  
				
					
						
							
							
								 
						
							
								e6541ed14e 
								
							 
						 
						
							
							
								
								bump version and fix changelog issue reference  
							
							
							
						 
						
							2010-12-06 19:01:50 +01:00  
				
					
						
							
							
								 
						
							
								d894bae281 
								
							 
						 
						
							
							
								
								bumping version to a dev version, run tests by using python PyPI by default  
							
							
							
						 
						
							2010-11-26 13:37:00 +01:00  
				
					
						
							
							
								 
						
							
								f741d6a01e 
								
							 
						 
						
							
							
								
								fix trove classifier  
							
							
							
						 
						
							2010-11-25 21:02:09 +01:00  
				
					
						
							
							
								 
						
							
								b622c85bbf 
								
							 
						 
						
							
							
								
								last changes, preparing 2.0.0  
							
							
							
						 
						
							2010-11-25 20:06:42 +01:00  
				
					
						
							
							
								 
						
							
								9e7ef58cfd 
								
							 
						 
						
							
							
								
								some small pre-release updates  
							
							
							
						 
						
							2010-11-25 16:36:25 +01:00  
				
					
						
							
							
								 
						
							
								1df0eaa387 
								
							 
						 
						
							
							
								
								tons and tons of refinements and additions to docs  
							
							
							
						 
						
							2010-11-25 12:11:10 +01:00  
				
					
						
							
							
								 
						
							
								c36b20b137 
								
							 
						 
						
							
							
								
								allow setup_method/teardown_method to be mixed into unittest cases, reshuffle tests a bit  
							
							
							
						 
						
							2010-11-24 16:17:49 +01:00  
				
					
						
							
							
								 
						
							
								9be1cd8007 
								
							 
						 
						
							
							
								
								fix   #6  : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial  
							
							
							
						 
						
							2010-11-24 11:48:55 +01:00  
				
					
						
							
							
								 
						
							
								840eed28be 
								
							 
						 
						
							
							
								
								allow setup_class in unittest test cases  
							
							
							
						 
						
							2010-11-24 00:23:39 +01:00  
				
					
						
							
							
								 
						
							
								4accc4aa68 
								
							 
						 
						
							
							
								
								fix the py version check  
							
							
							
						 
						
							2010-11-23 19:11:21 +01:00  
				
					
						
							
							
								 
						
							
								11e8e5570e 
								
							 
						 
						
							
							
								
								depend on py, not pylib distro  
							
							
							
						 
						
							2010-11-23 17:21:34 +01:00  
				
					
						
							
							
								 
						
							
								4fa7a2e8ce 
								
							 
						 
						
							
							
								
								fix   #128  show tracebacks for all failures and errors that haven't beed PDB-debugged  
							
							
							
						 
						
							2010-11-23 16:10:47 +01:00  
				
					
						
							
							
								 
						
							
								bc42cf8ffb 
								
							 
						 
						
							
							
								
								add a way to mark hooks as "tryfirst" or "trylast" to influence its position in a hook chain.  
							
							... 
							
							
							
							Use 'tryfirst' for capturing hooks so they can start capturing as early as possible,
including when conftests add output in runtest_setup hooks. 
							
						 
						
							2010-11-21 23:17:59 +01:00  
				
					
						
							
							
								 
						
							
								9a21a81740 
								
							 
						 
						
							
							
								
								add ability to use scope="class" in request.cached_setup() calls  
							
							
							
						 
						
							2010-11-20 18:03:18 +01:00  
				
					
						
							
							
								 
						
							
								93a436542c 
								
							 
						 
						
							
							
								
								bump version number  
							
							
							
						 
						
							2010-11-17 18:27:07 +01:00  
				
					
						
							
							
								 
						
							
								fb102a2ddb 
								
							 
						 
						
							
							
								
								bump version and comment out ignore-testclass-if-unittest-module-feature  
							
							
							
						 
						
							2010-11-17 12:21:24 +01:00  
				
					
						
							
							
								 
						
							
								82ba645a2e 
								
							 
						 
						
							
							
								
								fix skip reporting over distributed testing.  if we have a "skip" report  
							
							... 
							
							
							
							rep.longrepr will now be a 3-tuple (path, lineno, message) 
							
						 
						
							2010-11-13 21:03:28 +01:00  
				
					
						
							
							
								 
						
							
								1bc444d5c8 
								
							 
						 
						
							
							
								
								some fixes to make cross linux/windows remote testing work again  
							
							
							
						 
						
							2010-11-13 19:46:28 +01:00  
				
					
						
							
							
								 
						
							
								929291775e 
								
							 
						 
						
							
							
								
								flat is better than nested (cont'd):  
							
							... 
							
							
							
							- pytest.py is new module, making "python -m pytest" work always
- _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages 
							
						 
						
							2010-11-13 11:10:45 +01:00  
				
					
						
							
							
								 
						
							
								2e4e9eb745 
								
							 
						 
						
							
							
								
								internally use pytest.* instead of ``py.test.*`` in many places.  
							
							... 
							
							
							
							make sub namespace names 'collect' and 'cmdline' available on pytest directly 
							
						 
						
							2010-11-13 09:05:11 +01:00  
				
					
						
							
							
								 
						
							
								3a53d86988 
								
							 
						 
						
							
							
								
								bump version  
							
							
							
						 
						
							2010-11-07 16:26:44 +01:00  
				
					
						
							
							
								 
						
							
								6461295ab4 
								
							 
						 
						
							
							
								
								probably the last major internal cleanup action: rename collection to  
							
							... 
							
							
							
							session which now is the root collection node.  This means that
session, collection and config objects have a more defined
relationship (previously there was no way to get from a collection
node or even from a runtest hook to the session object which
was strange). 
							
						 
						
							2010-11-07 10:19:58 +01:00  
				
					
						
							
							
								 
						
							
								722e20c7d6 
								
							 
						 
						
							
							
								
								bump version  
							
							
							
						 
						
							2010-11-07 09:05:54 +01:00  
				
					
						
							
							
								 
						
							
								582a2100b1 
								
							 
						 
						
							
							
								
								fix test, bump version  
							
							
							
						 
						
							2010-11-07 07:14:50 +01:00  
				
					
						
							
							
								 
						
							
								707775dcfa 
								
							 
						 
						
							
							
								
								introduce new --testpkg importpath option, add more meat to draft release announcement  
							
							
							
						 
						
							2010-11-06 22:17:33 +01:00  
				
					
						
							
							
								 
						
							
								6dac77433e 
								
							 
						 
						
							
							
								
								majorly refactor collection process  
							
							... 
							
							
							
							- get rid of py.test.collect.Directory alltogether.
- introduce direct node.nodeid attribute
- remove now superflous attributes on collect and test reports 
							
						 
						
							2010-11-06 09:58:04 +01:00  
				
					
						
							
							
								 
						
							
								d108235095 
								
							 
						 
						
							
							
								
								implement and document new invocation mechanisms, see doc/usage.txt  
							
							... 
							
							
							
							also rename pytest._core to pytest.main for convenience. 
							
						 
						
							2010-11-05 23:37:31 +01:00  
				
					
						
							
							
								 
						
							
								7d495cc250 
								
							 
						 
						
							
							
								
								majorly changing the unittest compatibility code, calling TestCase(name)(result)  
							
							
							
						 
						
							2010-11-01 23:08:16 +01:00  
				
					
						
							
							
								 
						
							
								53d1cfc3a1 
								
							 
						 
						
							
							
								
								allow unregistration by name  
							
							
							
						 
						
							2010-11-01 09:20:58 +01:00  
				
					
						
							
							
								 
						
							
								32ac7a7c6e 
								
							 
						 
						
							
							
								
								rename addargs to addopts, make adding of opts configurable  
							
							
							
						 
						
							2010-11-01 08:55:14 +01:00  
				
					
						
							
							
								 
						
							
								85c24b7fa1 
								
							 
						 
						
							
							
								
								some test fixes and refinements  
							
							
							
						 
						
							2010-11-01 08:16:10 +01:00  
				
					
						
							
							
								 
						
							
								cf8dd64703 
								
							 
						 
						
							
							
								
								slightly simplify collection node init  
							
							
							
						 
						
							2010-11-01 01:01:31 +01:00  
				
					
						
							
							
								 
						
							
								f1e3dde2ec 
								
							 
						 
						
							
							
								
								bump version, add a bit to changelog  
							
							
							
						 
						
							2010-10-31 19:53:11 +01:00  
				
					
						
							
							
								 
						
							
								c92365f8dd 
								
							 
						 
						
							
							
								
								change status  
							
							
							
						 
						
							2010-10-31 18:18:24 +01:00  
				
					
						
							
							
								 
						
							
								7138df5b51 
								
							 
						 
						
							
							
								
								bump version  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-31 18:06:11 +01:00  
				
					
						
							
							
								 
						
							
								90c1084a88 
								
							 
						 
						
							
							
								
								add --lsof self-testing option  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-26 09:11:53 +02:00  
				
					
						
							
							
								 
						
							
								5fc87acf9b 
								
							 
						 
						
							
							
								
								re-introduce compatibility attributes on collection nodes to keep compatible with code like::  
							
							... 
							
							
							
							def pytest_collect_file(path, parent):
        ... parent.Module(...)
--HG--
branch : trunk 
							
						 
						
							2010-10-25 23:09:21 +02:00  
				
					
						
							
							
								 
						
							
								4480401119 
								
							 
						 
						
							
							
								
								allow unittest test functions to work with the "pytestmark" mechanism  
							
							... 
							
							
							
							by refactoring mark/keyword handling and initialization
--HG--
branch : trunk 
							
						 
						
							2010-10-25 23:08:56 +02:00  
				
					
						
							
							
								 
						
							
								603ff3a64f 
								
							 
						 
						
							
							
								
								also check for stderr, add changelog entry  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-24 23:43:35 +02:00  
				
					
						
							
							
								 
						
							
								b4210f3ae0 
								
							 
						 
						
							
							
								
								fix issue93 - hide output of code in early-loaded conftest files  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-24 23:26:14 +02:00  
				
					
						
							
							
								 
						
							
								6cddd7e793 
								
							 
						 
						
							
							
								
								bump version  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-23 15:42:53 +02:00  
				
					
						
							
							
								 
						
							
								1999180dfd 
								
							 
						 
						
							
							
								
								xpass tests don't cause non-zero exit codes  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2010-10-22 12:00:17 +02:00