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
f3e62e38aa3569257f41d45ed0cbe8c9bcf2ac5d
pytest2
/
py
/
impl
/
test
History
holger krekel
f3e62e38aa
streamlined plugin loading: order is now setuptools, ENV, commandline
...
and setuptools entry point names are turned to canonical namees ("pytest_*") --HG-- branch : trunk
2010-01-02 17:17:13 +01:00
..
dist
only consider matching conftest plugins for discovering hooks related to collection nodes.
2009-12-30 02:36:58 +01:00
looponfail
make looponfailing a bit more robust against relative imports and changed directories - needs more work, probably.
2009-12-29 18:41:24 +01:00
__init__.py
cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage.
2009-12-29 16:29:48 +01:00
cmdline.py
make py lib a self-contained directory again
2009-11-04 21:34:07 +01:00
collect.py
remove/refine some doc strings. create popen-files with absolute paths.
2010-01-01 23:05:00 +01:00
compat.py
make py lib a self-contained directory again
2009-11-04 21:34:07 +01:00
config.py
streamlined plugin loading: order is now setuptools, ENV, commandline
2010-01-02 17:17:13 +01:00
conftesthandle.py
introduce --confcutdir option to early-inhibit lookup of conftest files above a certain directory.
2009-12-31 15:10:32 +01:00
funcargs.py
fix aimed at passing jstests functional tests: allow to have _fillfuncargs() called even for non-pycollect-object test-items.
2009-12-30 14:05:41 +01:00
outcome.py
cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage.
2009-12-29 16:29:48 +01:00
parseopt.py
largely improve and reshuffle docs, heading strongly towards a 1.1.0
2009-11-05 03:18:55 +01:00
pluginmanager.py
streamlined plugin loading: order is now setuptools, ENV, commandline
2010-01-02 17:17:13 +01:00
pycollect.py
remove/refine some doc strings. create popen-files with absolute paths.
2010-01-01 23:05:00 +01:00
session.py
make py lib a self-contained directory again
2009-11-04 21:34:07 +01:00