holger krekel
|
9251e747af
|
rename pytest.factory usages into pytest.fixture ones
|
2012-10-05 10:21:35 +02:00 |
holger krekel
|
c2480f5c54
|
fix @funcarg to @factory
|
2012-09-17 17:36:08 +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
|
f472f21406
|
fix/update some docs to work with @pytest.factory instead of pytest_funcarg__ naming.
|
2012-08-13 12:58:08 +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
|
5fd84c35dd
|
reshuffle docs, try to get a bit closer to release-relevant documentation
|
2012-08-01 14:52:51 +02:00 |