33bd39053f 
								
							 
						 
						
							
							
								
								using apipkg 1.0b2 snapshot version - adjusting/cleaning up some impl-detail accesses  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-10-27 21:31:42 +01:00  
				
					
						
							
							
								 
						
							
								d8b9b5f1c8 
								
							 
						 
						
							
							
								
								- make importorskip static at py.test.importorskip because it's  
							
							... 
							
							
							
							used for conditional plugin loading
- fix case where xfail is defined at module/class level
- fixes and improvements to docs, correct links to plugins
- use new skip facilities here and there
--HG--
branch : trunk 
							
						 
						
							2009-10-15 20:10:06 +02:00  
				
					
						
							
							
								 
						
							
								3ca770b420 
								
							 
						 
						
							
							
								
								generalize skipping  
							
							... 
							
							
							
							- rename pytest_xfail to pytest_skip
- dynamic "skipif" and "xfail" decorators
- move most skipping code to the plugin
also coming with this commit:
- extend mark keyword to accept positional args + docs
- fix a few documentation related issues
- leave version as "trunk" for now
--HG--
branch : trunk 
							
						 
						
							2009-10-15 16:18:57 +02:00  
				
					
						
							
							
								 
						
							
								5791c06bf2 
								
							 
						 
						
							
							
								
								rewrote the initpkg mechanism and moved py lib implementation files to  
							
							... 
							
							
							
							_py/...  with py/__init__.py containing pointers into them
The new apipkg is only around 70 lines of code and allows
us to get rid of the infamous "py.__." by regular non-magical
"_py." imports. It is also available as a separately installable
package, see http://bitbucket.org/hpk42/apipkg 
--HG--
branch : trunk 
							
						 
						
							2009-10-03 01:47:39 +02:00  
				
					
						
							
							
								 
						
							
								db1ff48996 
								
							 
						 
						
							
							
								
								* use the MIT license for the py lib  
							
							... 
							
							
							
							* bump version to prospective 1.1.0b1
* strike some unused code from initpkg
--HG--
branch : trunk 
							
						 
						
							2009-10-03 01:11:04 +02:00  
				
					
						
							
							
								 
						
							
								1f29529a24 
								
							 
						 
						
							
							
								
								* don't add distributed command line options when 'execnet' is not  
							
							... 
							
							
							
							installed, report a nice message.
* fix tests and code to work with non-existing execnet
* point execnet doc to the new package
--HG--
branch : trunk 
							
						 
						
							2009-10-02 22:29:22 +02:00  
				
					
						
							
							
								 
						
							
								ab9f6a75ad 
								
							 
						 
						
							
							
								
								remove py.execnet, substitute py.execnet usages with "execnet" ones.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-10-02 16:58:57 +02:00  
				
					
						
							
							
								 
						
							
								496e3b1138 
								
							 
						 
						
							
							
								
								adding internal repr for debugging  
							
							... 
							
							
							
							adding an example for generating multi-args/multi python tests
--HG--
branch : trunk 
							
						 
						
							2009-09-30 18:36:04 +02:00  
				
					
						
							
							
								 
						
							
								5914277f92 
								
							 
						 
						
							
							
								
								internally rename "provider" to "factory" to be consistent  
							
							... 
							
							
							
							with documentation.
--HG--
branch : trunk 
							
						 
						
							2009-09-30 12:59:47 +02:00  
				
					
						
							
							
								 
						
							
								98b2300266 
								
							 
						 
						
							
							
								
								fix cached_setup to deal properly for test_functions  
							
							... 
							
							
							
							with multiple args.  closes  #50 
--HG--
branch : trunk 
							
						 
						
							2009-09-30 12:52:40 +02:00  
				
					
						
							
							
								 
						
							
								3d2975f38e 
								
							 
						 
						
							
							
								
								support floats  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-26 18:26:32 -05:00  
				
					
						
							
							
								 
						
							
								c3fd7f0247 
								
							 
						 
						
							
							
								
								don't need to import py  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-26 14:22:01 -05:00  
				
					
						
							
							
								 
						
							
								cb5bd868d9 
								
							 
						 
						
							
							
								
								use default argument  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-26 14:21:36 -05:00  
				
					
						
							
							
								 
						
							
								0f96be372d 
								
							 
						 
						
							
							
								
								clean up unused compatibility code  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-26 14:20:36 -05:00  
				
					
						
							
							
								 
						
							
								4d598370b4 
								
							 
						 
						
							
							
								
								test cross version serialization by launching subprocesses; much cleaner!  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-26 12:35:24 -05:00  
				
					
						
							
							
								 
						
							
								8f69d23f18 
								
							 
						 
						
							
							
								
								merging jarko'S fixes, resolves issue  #45 , resolves issue  #46  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-23 19:43:43 +02:00  
				
					
						
							
							
								 
						
							
								1e71a5c392 
								
							 
						 
						
							
							
								
								Add a simple (hopefully) cross-python marshaller  
							
							... 
							
							
							
							Will rewrite the tests soon...
--HG--
branch : trunk 
							
						 
						
							2009-09-22 21:08:40 -05:00  
				
					
						
							
							
								 
						
							
								b3ca12d435 
								
							 
						 
						
							
							
								
								update docstring  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-22 21:07:50 -05:00  
				
					
						
							
							
								 
						
							
								8af3ede092 
								
							 
						 
						
							
							
								
								allow a path to explicity given for py.lookup  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-22 21:04:25 -05:00  
				
					
						
							
							
								 
						
							
								6ddea4a1bc 
								
							 
						 
						
							
							
								
								visit() now returns paths in depth-first order.  fixes issue  #47  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-22 19:13:33 +02:00  
				
					
						
							
							
								 
						
							
								e3b34c9da3 
								
							 
						 
						
							
							
								
								* allowing arbitrary keys for xspecs but adding some sanity checks to xspec-parsing and makegateway.  
							
							... 
							
							
							
							* fixing a python3 IO issue - we need to retain sys.stdout/stdin
  references to keep the underlying byte stream open.
--HG--
branch : trunk 
							
						 
						
							2009-09-22 18:40:20 +02:00  
				
					
						
							
							
								 
						
							
								1b97d06a09 
								
							 
						 
						
							
							
								
								(micke, pedronis)  
							
							... 
							
							
							
							teach the resultlog plugin about the xfail tweaked outcomes
--HG--
branch : trunk 
							
						 
						
							2009-09-17 15:31:35 +02:00  
				
					
						
							
							
								 
						
							
								9fd1367845 
								
							 
						 
						
							
							
								
								Corrected the constructed system path value (broken by the env.cmd, env.sh & env.py file move in 4abc620bb044).  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-12 00:35:57 +02:00  
				
					
						
							
							
								 
						
							
								62a4cf68e8 
								
							 
						 
						
							
							
								
								Fixed a typo in error.py causing it to fail on Windows.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-12 00:16:13 +02:00  
				
					
						
							
							
								 
						
							
								47bad98c07 
								
							 
						 
						
							
							
								
								* various cleanups and detailed doc string for gateway_base module  
							
							... 
							
							
							
							* remove old multi-file-send mechanism/tests now that
  only gateway_base is send to the other side.
* adding some (c) notices where i am pretty sure about them.
--HG--
branch : trunk 
							
						 
						
							2009-09-11 16:26:19 +02:00  
				
					
						
							
							
								 
						
							
								22c1ad9f7b 
								
							 
						 
						
							
							
								
								fix a bug with funcarg setup and remove XXX comment because "scope=module" now would work but leaving it as session for now.  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-09 23:07:42 +02:00  
				
					
						
							
							
								 
						
							
								5df58c619d 
								
							 
						 
						
							
							
								
								* move gateway management code to py/test/dist because it's not clear  
							
							... 
							
							
							
							how generally useful it is.
* provide pytest_dist_makegateway(txspec) hook so that plugins
  can add their own interpretation/keywords.
--HG--
branch : trunk 
							
						 
						
							2009-09-09 20:12:03 +02:00  
				
					
						
							
							
								 
						
							
								b70c7a209d 
								
							 
						 
						
							
							
								
								* moving execnet tests to funcarg-style, some cleanup  
							
							... 
							
							
							
							* slight refinement to FAQ license topic
--HG--
branch : trunk 
							
						 
						
							2009-09-08 10:10:36 +02:00  
				
					
						
							
							
								 
						
							
								0f29b503ef 
								
							 
						 
						
							
							
								
								monkeypatch, doc, apiwarn, deprecation fixes  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-07 17:53:50 +02:00  
				
					
						
							
							
								 
						
							
								29d437489d 
								
							 
						 
						
							
							
								
								some fixes to support Jython better  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-07 14:59:26 +02:00  
				
					
						
							
							
								 
						
							
								c8119d89b6 
								
							 
						 
						
							
							
								
								move test files out of py lib proper  
							
							... 
							
							
							
							* separate all tests from plugins
* simplify implicit inclusion of plugins under test
* have test_initpkg perform direct checks instead of yielding tests
* fix example tests for 3k
--HG--
branch : trunk 
							
						 
						
							2009-09-06 16:59:39 +02:00  
				
					
						
							
							
								 
						
							
								5cf27098cf 
								
							 
						 
						
							
							
								
								execnet cleanup/refinements: avoid creating a shell for each subprocess  
							
							... 
							
							
							
							* introduce HostNotFound, raised for Socket and SshGateways
* factored out basic tests, cleaned up existing tests
* removed sshgateway identity argument which was deprecated in 1.0
--HG--
branch : trunk 
							
						 
						
							2009-09-06 13:38:21 +02:00  
				
					
						
							
							
								 
						
							
								734a40eb28 
								
							 
						 
						
							
							
								
								seems like compile is way slower than just parser.suite so  
							
							... 
							
							
							
							we try to see if it's available (only jython doesn't have it)
--HG--
branch : trunk 
							
						 
						
							2009-09-06 12:35:52 +02:00  
				
					
						
							
							
								 
						
							
								518194537e 
								
							 
						 
						
							
							
								
								* refactor some setup/teardown/ensuretemp usages to use funcargs  
							
							... 
							
							
							
							* introduce monkeypatch.syspath_prepend for safe monkey patching of module import path
* fix monkeypatch naming
--HG--
branch : trunk 
							
						 
						
							2009-09-05 23:21:58 +02:00  
				
					
						
							
							
								 
						
							
								783c714a2c 
								
							 
						 
						
							
							
								
								get py.test to run at least basically on top of jython  
							
							... 
							
							
							
							* allow and document calling of monkeypatch.undo() from a test
* default to 'sys' on platforms there no 'os.dup' is available
* use "compile" to perform "tryparsing" checks
--HG--
branch : trunk 
							
						 
						
							2009-09-05 16:54:52 +02:00  
				
					
						
							
							
								 
						
							
								7ab98c1b25 
								
							 
						 
						
							
							
								
								* delete or text files to hacking/ directory.  
							
							... 
							
							
							
							* split license file into authors and license file, minor fixes.
* minor unicode fixes
--HG--
branch : trunk 
							
						 
						
							2009-09-05 16:09:44 +02:00  
				
					
						
							
							
								 
						
							
								bde56a8246 
								
							 
						 
						
							
							
								
								* fixing lots of remaining 3k compatibility issues, mostly with py.test itself.  
							
							... 
							
							
							
							* removing very old import-tests that IIRC relate to a time when there
  was a custom import hook in use.
* basically py.test internal tests pass now except py3/py2 distributed
  testing tests
--HG--
branch : trunk 
							
						 
						
							2009-09-04 21:47:49 +02:00  
				
					
						
							
							
								 
						
							
								1e51844519 
								
							 
						 
						
							
							
								
								introduce py.builtin._tryimport to try importing modules in a row, fix a few places  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-04 19:08:10 +02:00  
				
					
						
							
							
								 
						
							
								32e2bf7d08 
								
							 
						 
						
							
							
								
								make xmlgen a single file + a single file test instead of a whole directory  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-04 18:30:48 +02:00  
				
					
						
							
							
								 
						
							
								a0d7ab2244 
								
							 
						 
						
							
							
								
								reviewing, refactoring, porting xml/html object/tree generation to work with 3k  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-04 18:16:10 +02:00  
				
					
						
							
							
								 
						
							
								6823fa634b 
								
							 
						 
						
							
							
								
								various 3k related fixes and cleanups  
							
							... 
							
							
							
							removal of virtually unused py/rest/rst.py helpers
--HG--
branch : trunk 
							
						 
						
							2009-09-04 18:15:41 +02:00  
				
					
						
							
							
								 
						
							
								5851471009 
								
							 
						 
						
							
							
								
								fix remaining execnet 3k issues until all tests pass  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-04 16:51:29 +02:00  
				
					
						
							
							
								 
						
							
								45b98d4915 
								
							 
						 
						
							
							
								
								remove so-far superflous _getcode and pickle from builtins, some streamlining  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-04 16:32:49 +02:00  
				
					
						
							
							
								 
						
							
								99af33b26d 
								
							 
						 
						
							
							
								
								I think this is supposed to be immutable  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-03 17:14:12 -05:00  
				
					
						
							
							
								 
						
							
								1c9760d123 
								
							 
						 
						
							
							
								
								fix xfail  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-03 16:47:04 -05:00  
				
					
						
							
							
								 
						
							
								86da34b874 
								
							 
						 
						
							
							
								
								add a helper to get a function's dictionary  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-03 16:45:28 -05:00  
				
					
						
							
							
								 
						
							
								499a982860 
								
							 
						 
						
							
							
								
								give code objects a filename in the replacement execfile  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-03 16:38:15 -05:00  
				
					
						
							
							
								 
						
							
								c7f11745cd 
								
							 
						 
						
							
							
								
								* fix various remaining 3k issues until test_gateway.py passes with python3 py/bin/py.test  
							
							... 
							
							
							
							* we now wait on gateway initialization until we got a byte back after
  we sent the bootstrap
--HG--
branch : trunk 
							
						 
						
							2009-09-02 21:05:08 +02:00  
				
					
						
							
							
								 
						
							
								6c3e961bc5 
								
							 
						 
						
							
							
								
								* simplify stdout/stderr handling and modules and for now remove support  
							
							... 
							
							
							
							for directly stdout/stderr directly on remote_exec
--HG--
branch : trunk 
							
						 
						
							2009-09-02 19:39:24 +02:00  
				
					
						
							
							
								 
						
							
								73fc2f01f2 
								
							 
						 
						
							
							
								
								filter out and test exception printing  
							
							... 
							
							
							
							--HG--
branch : trunk 
							
						 
						
							2009-09-02 19:05:34 +02:00