Commit Graph

122 Commits

Author SHA1 Message Date
holger krekel 19c9506fa3 addcall now takes direct funcargs values alternatively
--HG--
branch : trunk
2009-05-13 03:01:02 +02:00
holger krekel 65a04bc3be simplify example code
--HG--
branch : trunk
2009-05-13 01:55:11 +02:00
holger krekel 763e075bab refining examples and updating docs with actual output from examples
--HG--
branch : trunk
2009-05-13 01:47:32 +02:00
holger krekel 1e3acc66d6 implement funcargs according to docs, streamline docs
--HG--
branch : trunk
2009-05-12 23:32:19 +02:00
holger krekel 6c861c273e updating docs wrt funcargs and deprecations - still need updated implementation
--HG--
branch : trunk
2009-05-12 19:05:36 +02:00
holger krekel 05b7a6cb48 add a remark about distinction of "generating" versus providing funcargs
--HG--
branch : trunk
2009-05-12 10:25:53 +02:00
holger krekel ebb0de4ff7 adding _id parameter to addcall, refinements
--HG--
branch : trunk
2009-05-12 02:05:59 +02:00
holger krekel c3f3dc653e rename hook, rename addfuncarg to addcall interface,
forget about combinations of funcargs.

--HG--
branch : trunk
2009-05-12 01:38:09 +02:00
holger krekel d9ad2cf761 merging the new function generators, addresses issue 2
- introduce a new pytest_genfuncruns hook for generating tests with multiple funcargs
- new and extended docs: doc/test/funcargs.txt
- factor all funcargs related code into py/test/funcargs.py
- remove request.maketempdir call (you can use request.config.mktemp)

--HG--
branch : trunk
2009-05-11 19:23:57 +02:00
hpk 4157de8aaf [svn r64091] adding missing file
--HG--
branch : trunk
2009-04-15 12:11:39 +02:00
holger krekel e976fb36fd finalized docs and funcarg attributes, i think
--HG--
branch : trunk
2009-04-14 21:36:57 +02:00
holger krekel 5e03bdad84 bringing docs and funcargs in sync
--HG--
branch : trunk
2009-04-14 19:57:00 +02:00
holger krekel 04aec935bd fix note on funcargs
--HG--
branch : trunk
2009-04-14 00:05:23 +02:00
holger krekel 2456c77e1e refining docs
--HG--
branch : trunk
2009-04-13 20:11:14 +02:00
holger krekel 5424d3ed28 fixing ReST typo
--HG--
branch : trunk
2009-04-13 19:56:11 +02:00
holger krekel ee78661775 refining docs further
--HG--
branch : trunk
2009-04-13 19:51:42 +02:00
holger krekel 1dc9ac62ca refinements
--HG--
branch : trunk
2009-04-13 19:36:58 +02:00
holger krekel 46ee6beaa9 streamline
--HG--
branch : trunk
2009-04-13 16:37:22 +02:00
holger krekel 2a72f75d58 refining formulations
--HG--
branch : trunk
2009-04-13 16:35:23 +02:00
holger krekel 4a33940d82 section on xUnit style setups, better linking, some streamlining
--HG--
branch : trunk
2009-04-13 16:29:06 +02:00
holger krekel e9b8e4141a update docs
--HG--
branch : trunk
2009-04-13 15:00:00 +02:00
hpk 236f84d6d4 [svn r64029] * move test docs into their own subdir
* don't use sphinx for now, put the support code to attic
* remove some old docs

--HG--
branch : trunk
2009-04-13 15:58:26 +02:00