holger krekel
|
929291775e
|
flat is better than nested (cont'd):
- pytest.py is new module, making "python -m pytest" work always
- _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages
|
2010-11-13 11:10:45 +01:00 |
holger krekel
|
03924d205d
|
show pytest.__version__ not pylib
|
2010-10-31 18:57:44 +01:00 |
holger krekel
|
b6ec5a575d
|
get option settings from ini-file. make getting configuration options from conftest.py only an internal feature.
--HG--
branch : trunk
|
2010-10-31 17:41:58 +01:00 |
holger krekel
|
1280041f0c
|
add and document new parser.addini(name, description) method to describe
ini-values. Also document the parser object with its public methods.
--HG--
branch : trunk
|
2010-10-30 19:23:50 +02:00 |
holger krekel
|
c9e629c870
|
remove old ways to set option defaults, relying on global setup.cfg or tox.ini files now.
revamp py.test --help-config
--HG--
branch : trunk
|
2010-10-27 22:29:01 +02:00 |
holger krekel
|
eee0e14334
|
internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME
--HG--
branch : trunk
|
2010-10-11 01:14:40 +02:00 |