test_ok1/py
holger krekel c3bd29b490 fix issue95 - treat a failing pytest_genscript import
as non-critical, give a hint.

--HG--
branch : trunk
2010-05-19 16:22:23 +02:00
..
_cmdline allow to run py.test.cmdline.main() multiple times. 2010-05-11 19:56:22 +02:00
_code tentative fix to py3's dependency on a filename->module->__loader__ chain 2010-05-14 23:26:27 +02:00
_compat move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_io a crucial close() to prevent too-many-open-files 2010-05-18 21:25:20 +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 issue96 - make capturing more resilient against KeyboardInterrupt 2010-05-17 19:00:39 +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 fix issue95 - treat a failing pytest_genscript import 2010-05-19 16:22:23 +02:00
__init__.py bump version to 1.3.1a1 for now 2010-05-12 10:30:34 +02:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py remove code.new() function and store lines directly into linecache.cache instead. 2010-05-11 22:54:04 +02: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