test_ok1/py
holger krekel ac1eed545c nice-ify --funcarg reporting, show paths instead of useless python reprs
--HG--
branch : trunk
2010-02-07 02:09:14 +01:00
..
_cmdline refined usage and options for "py.cleanup": 2010-02-05 22:50:41 +01:00
_code always directly use basename for tracebacks, independently from code.path 2010-01-18 12:12:18 +01:00
_compat move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_io better default for bogus terminal getdimensions() call, fixes issue63 2010-01-19 10:34:41 +01:00
_log move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_path move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_plugin nice-ify --funcarg reporting, show paths instead of useless python reprs 2010-02-07 02:09:14 +01:00
_process move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_test actually look into all non-dot subdirs for conftest.py files - recursive walk would be too heavy for large source trees but first-level subdirs are fine IMO. Note that prior to py.test 1.0 doing this "look-ahead" was not easily doable because it was hard to avoid global state in conftest.py, this is not true anymore - so i feel ok telling people to cleanup their conftest files if they get problems (you can imagine people doing all kinds of things at global conftest.py module scope, can't you?) 2010-02-06 22:37:04 +01:00
__init__.py fix doc links, bump to dev version 2010-01-21 19:34:42 +01:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01: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 move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
apipkg.py upgrade apipkg.py to fix a potential recursive import issue 2010-01-21 20:06:50 +01:00