This website requires JavaScript.
Explore
Help
Register
Sign In
floraachy
/
pytest2
Watch
1
Star
0
Fork
0
You've already forked pytest2
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
925f75088dececcc291c0870dbfcd5960bbb647e
pytest2
/
py
/
_test
History
holger krekel
2229d2d947
revert 1735 - fix issue95 differently: just shift the offending zlib
...
import (and others) to happen when they are actually needed --HG-- branch : trunk
2010-05-19 16:42:22 +02:00
..
__init__.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
cmdline.py
allow to run py.test.cmdline.main() multiple times.
2010-05-11 19:56:22 +02:00
collect.py
rename pytest_ignore_collect_path to pytest_ignore_collect before release
2010-05-02 15:24:02 +02:00
config.py
refine/fix isimportable-logic and ensure that 'tmpdir' has a python-importable name
2010-04-27 16:10:25 +02: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
parseopt.py
move down py/impl/XYZ to py/_XYZ
2010-01-13 17:15:54 +01:00
pluginmanager.py
revert 1735 - fix issue95 differently: just shift the offending zlib
2010-05-19 16:42:22 +02:00
pycollect.py
fix init-check to work also on pypy-c (armin around)
2010-05-09 12:27:04 +02:00
session.py
* properly expose and document runtest-protocol related Exceptions
2010-04-27 21:13:09 +02:00