test_ok1/py/_test
holger krekel 13488dd540 if a funcarg is misspelled/missing, hint at using "--funcargs"
--HG--
branch : trunk
2010-02-07 02:15:47 +01:00
..
__init__.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
cmdline.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
collect.py refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00
config.py refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00
conftesthandle.py 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
funcargs.py if a funcarg is misspelled/missing, hint at using "--funcargs" 2010-02-07 02:15:47 +01:00
outcome.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
parseopt.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
pluginmanager.py rename logxml plugin to junitxml 2010-01-16 23:33:26 +01:00
pycollect.py show a short and nice traceback for funcarg lookup errors 2010-02-04 16:01:02 +01:00
session.py refine tests and refine code to deal with new xdist semantics. 2010-01-17 23:23:02 +01:00