holger krekel
|
f5d796b093
|
improve docs further, refine unittest docs, rename ``autoactive`` to ``autouse``
to better match ``@pytest.mark.usefixtures`` naming.
|
2012-10-12 14:52:36 +02:00 |
holger krekel
|
30b10a6950
|
- fix doc references, refactor fixtures docs to more quickly start
with examples instead of big text blobgs
- also silence -q and -qq reporting some more
|
2012-10-07 13:06:17 +02:00 |
holger krekel
|
439cc1238f
|
merge factories/funcargs and setup functions into the new "fixture" document
|
2012-10-05 10:21:35 +02:00 |
holger krekel
|
646c2c6001
|
drops special testcontext object in favour of "old" request object, simplifying communication and code for the 2.2-2.3 transition. also modify docs and examples.
|
2012-09-17 16:36:10 +02:00 |
holger krekel
|
172505f703
|
fix/consolidate --junitxml=path construction with relative pathes
|
2012-08-04 10:33:43 +02:00 |
holger krekel
|
6746a00cb8
|
majorly refine funcargs docs and rename "resources.txt" to "funcargs.txt" so that existing web links will eventually land at this new page when pytest is released. Also integrated the detailed reasoning and update setup function docs
to reflect latest discussions and feedback gathered on py-dev mailing list.
|
2012-08-03 19:08:27 +02:00 |
holger krekel
|
46dc7eeacb
|
move pytest.mark.factory/setup to pytest.factory/setup, as per flub 's suggestion
|
2012-08-02 12:41:46 +02:00 |
holger krekel
|
ae241a5071
|
refine documentation, move setup to own "setup" page and provide
some more examples. move old setup_module/... to xunit_old page.
|
2012-08-02 12:07:54 +02:00 |