[Pytest-commit] Issue #659: Using tmpdir in session scoped fixture changes the fixture to be function scoped (hpk42/pytest)

2015-01-15 Thread Torsten Landschoff
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

[Pytest-commit] Issue #660: Module scope fixture runs on function scope (hpk42/pytest)

2015-01-15 Thread Praveen Shirali
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

[Pytest-commit] Issue #661: Automatic grouping of tests by fixture instances broken (hpk42/pytest)

2015-01-15 Thread davidkr
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

[Pytest-commit] commit/pytest: hpk42: Merged in okin/pytest/okin/only-one-import-on-one-line-if-this-shou-1421239108222 (pull request #238)

2015-01-15 Thread commits-noreply
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

[Pytest-commit] commit/pytest: 2 new changesets

2015-01-15 Thread commits-noreply
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

[Pytest-commit] Issue #662: fail on zero tests found (hpk42/pytest)

2015-01-15 Thread Boris Rybalkin
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