New issue 659: Using tmpdir in session scoped fixture changes the fixture to be
function scoped
https://bitbucket.org/hpk42/pytest/issue/659/using-tmpdir-in-session-scoped-fixture
Torsten Landschoff:
Running the attached tests gives
```
$ py.test -q --tb=short test_cached_mkdtemp.py
..
2 passed
New issue 660: Module scope fixture runs on function scope
https://bitbucket.org/hpk42/pytest/issue/660/module-scope-fixture-runs-on-function
Praveen Shirali:
I came across the following situation which I have simplified into the example
below.
If a `Module Fixture` depends on a `Function Fixtur
New issue 661: Automatic grouping of tests by fixture instances broken
https://bitbucket.org/hpk42/pytest/issue/661/automatic-grouping-of-tests-by-fixture
davidkr:
from
[Automatic grouping of tests by fixture
instances](http://pytest.org/latest/fixture.html#automatic-grouping-of-tests-by-fixtur
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/d942d16857f3/
Changeset: d942d16857f3
User:hpk42
Date:2015-01-15 20:22:49+00:00
Summary: Merged in
okin/pytest/okin/only-one-import-on-one-line-if-this-shou-1421239108222 (pull
request #238)
Only one import
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/000b5a3962f5/
Changeset: 000b5a3962f5
Branch: okin/only-one-import-on-one-line-if-this-shou-1421239108222
User:okin
Date:2015-01-14 12:38:37+00:00
Summary: Only one import on one line.
If this should sho
New issue 662: fail on zero tests found
https://bitbucket.org/hpk42/pytest/issue/662/fail-on-zero-tests-found
Boris Rybalkin:
Sometimes it is critical to fail when py.test does not find any test. This may
happen when you are accidentally running in the wrong directory on the build
agent and may