holger krekel
|
170c78cef9
|
remove same-conftest.py detection - does more harm than good
(see mail from Ralf Schmitt on py-dev)
|
2011-01-11 15:54:47 +01:00 |
holger krekel
|
a698465487
|
streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
|
2010-11-17 22:12:16 +01:00 |
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
|
2e4e9eb745
|
internally use pytest.* instead of ``py.test.*`` in many places.
make sub namespace names 'collect' and 'cmdline' available on pytest directly
|
2010-11-13 09:05:11 +01:00 |
holger krekel
|
9925ac883e
|
refine and document conftest loading and handling.
--HG--
branch : trunk
|
2010-10-13 18:45:07 +02:00 |
holger krekel
|
04c41cb672
|
shift config initialization to own "config" plugin
--HG--
branch : trunk
|
2010-10-12 15:34:32 +02:00 |
holger krekel
|
6631447161
|
merge config, pluginmanager, main into one file
--HG--
branch : trunk
|
2010-10-12 12:54:32 +02:00 |
holger krekel
|
32fce34825
|
move config to _config
--HG--
branch : trunk
|
2010-10-10 13:48:49 +02:00 |
holger krekel
|
51bb0f53c5
|
move session.py and collect.py to a unified pytest_session.py plugin.
--HG--
branch : trunk
|
2010-10-10 13:48:48 +02:00 |
holger krekel
|
d1aff902d5
|
remove pylib things and move things to new pytest namespace
--HG--
branch : trunk
|
2010-10-07 11:59:00 +02:00 |
holger krekel
|
98bdf022d3
|
merge conftesthandle into config.py
--HG--
branch : trunk
|
2010-10-07 11:51:58 +02:00 |