test_ok1/py
holger krekel 37cdf17e0e fix some py3 issues, particularly for 3.1.2 which has truncate(0) not change the file position
so that a seek(0) is needed in addition.

--HG--
branch : trunk
2010-04-28 13:22:05 +02:00
..
_cmdline another couple of checks on jython, still some problems 2010-04-23 19:05:22 +02:00
_code (fixes issue85) correctly write non-ascii test output to junitxml files, refine some internal methods for it 2010-04-27 15:15:43 +02:00
_compat move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_io fix some py3 issues, particularly for 3.1.2 which has truncate(0) not change the file position 2010-04-28 13:22:05 +02:00
_log move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_path refine/fix isimportable-logic and ensure that 'tmpdir' has a python-importable name 2010-04-27 16:10:25 +02:00
_plugin fix some py3 issues, particularly for 3.1.2 which has truncate(0) not change the file position 2010-04-28 13:22:05 +02:00
_process use taskkill cmdline for jython/win32 but skip test on jython because it does not return a subprocess PID 2010-04-21 06:23:19 -07:00
_test * rather expose internal exceptions under py.test.ACTION.Exception 2010-04-28 08:42:56 +02:00
__init__.py * properly expose and document runtest-protocol related Exceptions 2010-04-27 21:13:09 +02:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py add a helper to get a function's code 2010-04-23 20:39:40 -05:00
_error.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_std.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_xmlgen.py (fixes issue85) correctly write non-ascii test output to junitxml files, refine some internal methods for it 2010-04-27 15:15:43 +02:00
apipkg.py upgrade apipkg.py to fix a potential recursive import issue 2010-01-21 20:06:50 +01:00