Files
pytest2/doc/en
Tim Staley eb2caa554c Docs: Fixtures page - clarify usage of module-level pytestmark.
It certainly wasn't clear to me that the variable assigned by
pytest.mark.usefixtures should also be called pytestmark,
so I was confused when::

  foo = pytest.mark.usefixtures('fixture_bar')

wasn't behaving as expected; correct usage is of course::

  pytestmark = pytest.mark.usefixtures('fixture_bar')

I assume this is by design, otherwise that's a separate issue, at
least current behaviour should be documented.
2015-09-25 14:57:08 +01:00
..
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-08-04 16:41:02 +05:30
2015-09-16 17:15:31 +02:00
2015-09-22 16:52:35 +02:00
2015-08-04 16:41:02 +05:30
2012-10-18 12:24:50 +02:00
2015-09-22 16:52:35 +02:00
2015-07-18 14:15:07 -03:00
2015-08-04 16:41:02 +05:30
2015-09-22 16:52:35 +02:00
2012-06-06 08:52:53 +09:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00
2015-09-22 16:52:35 +02:00