[Pytest-commit] Issue #474: Running tests with xdist (-n4) causes failures with Django TestCases (DB access denied) (hpk42/pytest)

2014-03-05 Thread Marc Kirkwood
New issue 474: Running tests with xdist (-n4) causes failures with Django TestCases (DB access denied) https://bitbucket.org/hpk42/pytest/issue/474/running-tests-with-xdist-n4-causes Marc Kirkwood: When running the same tests without the -n arg, DB access is allowed as specified in the docs reg

[Pytest-commit] Issue #475: Misleading pytest exception description (hpk42/pytest)

2014-03-05 Thread Jurko Gospodnetić
New issue 475: Misleading pytest exception description https://bitbucket.org/hpk42/pytest/issue/475/misleading-pytest-exception-description Jurko Gospodnetić: Today, while mentoring a new colleague in Python and TDD, she ran into a pytest exception description which confused her, and with her be

[Pytest-commit] Issue #476: Fixtures defined in separate files are not available to tests (hpk42/pytest)

2014-03-05 Thread Jimmy Cuadra
New issue 476: Fixtures defined in separate files are not available to tests https://bitbucket.org/hpk42/pytest/issue/476/fixtures-defined-in-separate-files-are-not Jimmy Cuadra: Given the following files in a package: ``` #!ini # setup.cfg [pytest] python_files = *_test.py *_fixture.py ``` ```

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

2014-03-05 Thread commits-noreply
4 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/0cd954097a90/ Changeset: 0cd954097a90 Branch: pdb_doc_update User:jurko Date:2014-02-01 10:07:54 Summary: correct inconsistent comment wording Once the 'the' article was used before 'first' and once it