2012-08-02 18:07:54 +08:00
|
|
|
|
2012-10-12 20:52:36 +08:00
|
|
|
setup: is now an "autouse fixture"
|
2012-08-02 18:07:54 +08:00
|
|
|
========================================================
|
|
|
|
|
2012-10-05 16:21:35 +08:00
|
|
|
During development prior to the pytest-2.3 release the name
|
|
|
|
``pytest.setup`` was used but before the release it was renamed
|
2012-10-07 19:06:17 +08:00
|
|
|
and moved to become part of the general fixture mechanism,
|
2012-10-12 20:52:36 +08:00
|
|
|
namely :ref:`autouse fixtures`
|
2012-08-02 18:07:54 +08:00
|
|
|
|
|
|
|
|