holger krekel
|
cf8dd64703
|
slightly simplify collection node init
|
2010-11-01 01:01:31 +01:00 |
holger krekel
|
c3ec2718a2
|
fix tests by using less likely existing import names
|
2010-11-01 00:38:44 +01:00 |
holger krekel
|
209140fea0
|
simplify session object and rename some more hooks, not exposed/released yet
|
2010-11-01 00:27:12 +01:00 |
holger krekel
|
5616874823
|
streamline some hook docs and option handling, remove cruft bits, fix doc links
|
2010-10-31 23:28:31 +01:00 |
holger krekel
|
bc574f4d94
|
remove superflous collect_by_name, and improve some docs
--HG--
branch : trunk
|
2010-10-31 18:01:33 +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
|
b86b1628bb
|
introduce reading of setup.cfg / ini-style configuration files
rename internal config.Error to pytest.UsageError
--HG--
branch : trunk
|
2010-10-27 19:35:27 +02:00 |
holger krekel
|
5fc87acf9b
|
re-introduce compatibility attributes on collection nodes to keep compatible with code like::
def pytest_collect_file(path, parent):
... parent.Module(...)
--HG--
branch : trunk
|
2010-10-25 23:09:21 +02:00 |
holger krekel
|
4480401119
|
allow unittest test functions to work with the "pytestmark" mechanism
by refactoring mark/keyword handling and initialization
--HG--
branch : trunk
|
2010-10-25 23:08:56 +02:00 |
holger krekel
|
a6f10a6d80
|
unify collection for finding items and for finding initial nodes.
--HG--
branch : trunk
|
2010-10-25 23:08:41 +02:00 |
holger krekel
|
c2c8471f3d
|
fix broken tests / last checkin
--HG--
branch : trunk
|
2010-10-22 12:04:50 +02:00 |
holger krekel
|
1999180dfd
|
xpass tests don't cause non-zero exit codes
--HG--
branch : trunk
|
2010-10-22 12:00:17 +02:00 |
holger krekel
|
f3fb91e296
|
remove all deprecated functionality and tests
--HG--
branch : trunk
|
2010-10-13 18:41:53 +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
|
6efc6dcb62
|
move pytest/collect.py to pytest/plugin/session.py - approaching
total py.test pluginizations ...
--HG--
branch : trunk
|
2010-10-12 12:19:53 +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 |