fix issue203 - fixture functions with a scope=function should have a "self" that points to the actual instance with which the test functions run.

This commit is contained in:
holger krekel
2012-10-20 09:59:20 +02:00
parent 525b08bc5c
commit 9ed127b5da
6 changed files with 45 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ For basic examples, see
- :doc:`../getting-started` for basic introductory examples
- :ref:`assert` for basic assertion examples
- :ref:`fixtures` for basic fixture/setup examples
- :ref:`parametrize` for basic fixture/setup examples
- :ref:`parametrize` for basic test function parametrization
- :doc:`../unittest` for basic unittest integration
- :doc:`../nose` for basic nosetests integration