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
/
testing
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
..
cmdline
fix some failures introduced by the last commit, document new "pytestconfig" funcarg
2010-01-01 21:03:33 +01:00
code
streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation .
2009-12-29 22:26:03 +01:00
io_
make py lib a self-contained directory again
2009-11-04 21:34:07 +01:00
log
streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation .
2009-12-29 22:26:03 +01:00
path
streamline svn test setup a bit, clear caches on setup-restore, hopefully will erase random failures with test_export.
2009-12-30 13:05:08 +01:00
plugin
slightly refine invocation of py.test: use the py lib that we got invoked with,
2010-01-02 11:57:42 +01:00
process
streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation .
2009-12-29 22:26:03 +01:00
pytest
streamlined plugin loading: order is now setuptools, ENV, commandline
2010-01-02 17:17:13 +01:00
root
remove/reduce internal global state: py._com.registry is now fully contained and always instantiated from the py.test PluginManager class.
2009-12-29 12:36:17 +01:00
__init__.py
move test files out of py lib proper
2009-09-06 16:59:39 +02:00
pip-reqs1.txt
fixing and cleaning up some tests
2009-12-25 00:24:58 +01:00
test_builtin.py
move test files out of py lib proper
2009-09-06 16:59:39 +02:00
test_compat_deprecation.py
improve deprecation, start changelog
2009-11-12 13:10:30 +01:00
test_py_imports.py
a few internal test related fixes as to run on a osx/no-execnet situation
2009-11-12 21:15:59 +01:00