holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								05f6422392
								
							
						 | 
						
							
							
								
								remove unused imports (using "importchecker" project)
							
							
							
							
							
						 | 
						
							2013-10-02 14:32:40 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								109e2f215f
								
							
						 | 
						
							
							
								
								add nose.SkipTest for python2.6 -- which apparently is a subclass from python2.7 on.
							
							
							
							
							
							
							
							addresses issue236 
							
						 | 
						
							2013-09-06 12:48:54 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								41df742faf
								
							
						 | 
						
							
							
								
								fix <py27 tests with nose
							
							
							
							
							
						 | 
						
							2013-09-06 12:32:55 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								ca7c1f5d8e
								
							
						 | 
						
							
							
								
								merge pull request #27: correctly handle nose.SkipTest during collection.  Thanks
							
							
							
							
							
							
							
							Antonio Cuni, Ronny Pfannschmidt.  I did a few tweaks to the test and the
activation (depending on if unittest is imported at all). 
							
						 | 
						
							2013-08-16 11:33:58 +02:00 | 
						
					
				
					
						
							
							
								 
								Ronny Pfannschmidt
							
						 | 
						
							
							
							
							
							
								
							
							
								9c9679945e
								
							
						 | 
						
							
							
								
								fix Issue 265 - integrate nose setup/teardown with setupstate
							
							
							
							
							
							
							
							as sideeffect teardown is only called if setup doesnt fail 
							
						 | 
						
							2013-03-25 10:52:02 +01:00 | 
						
					
				
					
						
							
							
								 
								Antonio Cuni
							
						 | 
						
							
							
							
							
							
								
							
							
								37c47155e0
								
							
						 | 
						
							
							
								
								correctly handle nose.SkipTest during collection
							
							
							
							
							
						 | 
						
							2013-03-14 16:10:33 +01:00 | 
						
					
				
					
						
							
							
								 
								Ronny Pfannschmidt
							
						 | 
						
							
							
							
							
							
								
							
							
								162c3689c6
								
							
						 | 
						
							
							
								
								fix issue 260 - don't use nose specials on plain unittest cases
							
							
							
							
							
						 | 
						
							2013-02-07 17:53:13 +01:00 | 
						
					
				
					
						
							
							
								 
								Ronny Pfannschmidt
							
						 | 
						
							
							
							
							
							
								
							
							
								b94c3084a6
								
							
						 | 
						
							
							
								
								small line length fix in nose plugin call optional
							
							
							
							
							
						 | 
						
							2013-02-07 10:41:07 +01:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								d6f10d502c
								
							
						 | 
						
							
							
								
								fix py31 compat, amend setup.py long description
							
							
							
							
							
						 | 
						
							2012-11-06 15:36:11 +01:00 | 
						
					
				
					
						
							
							
								 
								ataumoefolau
							
						 | 
						
							
							
							
							
							
								
							
							
								40a55a640c
								
							
						 | 
						
							
							
								
								nose.py: don't try to call setup if it's not callable
							
							
							
							
							
						 | 
						
							2012-10-12 14:39:17 +10:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								8282efbb40
								
							
						 | 
						
							
							
								
								internally unify setup and fixture code, making setup a shortcut to fixture(autoactive=True)
							
							
							
							
							
						 | 
						
							2012-10-05 10:21:35 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								465cfff6f9
								
							
						 | 
						
							
							
								
								don't call nose' setup methods if they are marked with pytest.setup
							
							
							
							
							
						 | 
						
							2012-09-22 00:23:36 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								758b5e3511
								
							
						 | 
						
							
							
								
								fix issue53: nose-style setup now called with the correct ordering
							
							
							
							
							
						 | 
						
							2011-07-05 21:23:59 +02:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								582486d531
								
							
						 | 
						
							
							
								
								refine docs and docstrings, fix some small bits here and there while doing that.
							
							
							
							
							
						 | 
						
							2010-11-18 14:56:16 +01:00 | 
						
					
				
					
						
							
							
								 
								holger krekel
							
						 | 
						
							
							
							
							
							
								
							
							
								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 |