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
5aa5b9748d00e414c593790f87845a586cd4e8d9
pytest2
/
testing
/
python
History
holger krekel
d3c9927fee
fix regression reported by dstufft: regression when a 1-tuple ("arg",) is used
...
for specifying parametrization (the values of the parametrization were passed nested in a tuple).
2013-10-02 08:08:26 +02:00
..
collect.py
fix regression reported by dstufft: regression when a 1-tuple ("arg",) is used
2013-10-02 08:08:26 +02:00
fixture.py
disallow yield in non-yield-fixtures for now. This is an incompataibility but we want to prepare for possibly merging fixture and yield_fixture some day.
2013-09-30 13:56:54 +02:00
integration.py
- fix issue181: --pdb now also works on collect errors. This was
2013-09-06 11:56:04 +02:00
metafunc.py
refs issue290 -- move and refactor the test the string/int-id parametrization test (Which xfails)
2013-08-16 11:41:31 +02:00
raises.py
fix issue215 - refactor test_python.py into multiple files:
2012-11-02 16:04:57 +01:00