This website requires JavaScript.
Explore
Help
Register
Sign In
floraachy
/
pytest2
Watch
1
Star
0
Fork
0
You've already forked pytest2
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
77d2f6adde71d7a545ff5bf6dc8d4ef0bf075a02
pytest2
/
testing
/
python
History
holger krekel
56aa9962fc
allow fixture functions to be implemented as context managers:
...
@pytest.fixture def myfix(): # setup yield 1 # teardown
2013-05-05 14:48:37 +02:00
..
collect.py
fix issue 251 - report a skip instead of ignoring classes with init
2013-02-15 10:18:00 +01:00
fixture.py
allow fixture functions to be implemented as context managers:
2013-05-05 14:48:37 +02:00
integration.py
allow re-running of a test item (as exercised by the
2013-04-22 10:35:48 +02:00
metafunc.py
fix py32 incompatible syntax
2013-02-14 12:17:23 +01:00
raises.py
fix issue215 - refactor test_python.py into multiple files:
2012-11-02 16:04:57 +01:00