[Pytest-commit] Issue #595: junitxml make verbose output opt-in (hpk42/pytest)

2014-09-23 Thread David Szotten
New issue 595: junitxml make verbose output opt-in https://bitbucket.org/hpk42/pytest/issue/595/junitxml-make-verbose-output-opt-in David Szotten: 6954363 changed junitxml to include captured output for passing and skipped tests in the output by default. this makes the xml unnecessarily large f

[Pytest-commit] commit/pytest: hpk42: Merged in wosc/pytest (pull request #204)

2014-09-23 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/0bef852667d6/ Changeset: 0bef852667d6 User:hpk42 Date:2014-09-23 12:04:47+00:00 Summary: Merged in wosc/pytest (pull request #204) Introduce pytest_enter_pdb hook Affected #: 4 files diff -r 68fd027f00370ce

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

2014-09-23 Thread commits-noreply
2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/1db438ef3aa1/ Changeset: 1db438ef3aa1 User:wosc Date:2014-09-18 12:58:42+00:00 Summary: Introduce pytest_enter_pdb hook Affected #: 4 files diff -r 81d45151f455fd7ca06501bb2a895ac0feb54bd2 -r 1db438ef3aa12

[Pytest-commit] commit/pytest: hpk42: mention Wolfang wrt pytest_enter_pdb

2014-09-23 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/fcfcf15459f0/ Changeset: fcfcf15459f0 User:hpk42 Date:2014-09-23 13:43:46+00:00 Summary: mention Wolfang wrt pytest_enter_pdb Affected #: 1 file diff -r 0bef852667d6893f66fb9015000bb88642c704e4 -r fcfcf1545

[Pytest-commit] Issue #596: xdist is not executing tests if their parametrizations were collected in a different order (hpk42/pytest)

2014-09-23 Thread liori
New issue 596: xdist is not executing tests if their parametrizations were collected in a different order https://bitbucket.org/hpk42/pytest/issue/596/xdist-is-not-executing-tests-if-their liori: Related to #594, but slightly different. I generated by parametrizations by iterating over a set of

[Pytest-commit] commit/tox: hpk42: fix issue188 make boolean config vars use the default if the config file

2014-09-23 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/c32a8d4463f5/ Changeset: c32a8d4463f5 User:hpk42 Date:2014-09-23 14:04:03+00:00 Summary: fix issue188 make boolean config vars use the default if the config file specifies an empty string Affected #: 5 files diff

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

2014-09-23 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/f4d318abc49f/ Changeset: f4d318abc49f User:ludwigf Date:2014-07-24 15:31:35+00:00 Summary: set VIRTUAL_ENV for test commands Affected #: 1 file diff -r 27b38ca7904a514f5b9e51e3570fac218b522737 -r f4d318abc49fc52

[Pytest-commit] commit/tox: hpk42: Merged in ludwigf/tox (pull request #114)

2014-09-23 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/399ecae24b33/ Changeset: 399ecae24b33 User:hpk42 Date:2014-09-23 14:08:54+00:00 Summary: Merged in ludwigf/tox (pull request #114) set VIRTUAL_ENV for test commands Affected #: 1 file diff -r c32a8d4463f5f38036c7

[Pytest-commit] commit/tox: hpk42: fix issue152: set VIRTUAL_ENV when running test commands,

2014-09-23 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/35e3076d3c77/ Changeset: 35e3076d3c77 User:hpk42 Date:2014-09-23 14:20:43+00:00 Summary: fix issue152: set VIRTUAL_ENV when running test commands, thanks Florian Ludwig. Affected #: 2 files diff -r 399ecae24b33db9

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

2014-09-23 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/085b6e2547b3/ Changeset: 085b6e2547b3 User:flub Date:2014-09-08 21:24:36+00:00 Summary: Better error reporting for a bad interpreter When an interpreter's binary exists but no valid version_info is extracted the e

[Pytest-commit] commit/tox: hpk42: Merged in flub/tox (pull request #119)

2014-09-23 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/9dd51ef1cdbb/ Changeset: 9dd51ef1cdbb User:hpk42 Date:2014-09-23 14:36:38+00:00 Summary: Merged in flub/tox (pull request #119) Better error reporting for a bad interpreter Affected #: 1 file diff -r 35e3076d3c77

[Pytest-commit] commit/tox: hpk42: add test and changelog for better report if we can't get version_info

2014-09-23 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/ad8d6e2e7690/ Changeset: ad8d6e2e7690 User:hpk42 Date:2014-09-23 14:38:01+00:00 Summary: add test and changelog for better report if we can't get version_info from an interpreter executable. Affected #: 2 files d

[Pytest-commit] Issue #189: Allow parametrization of any testenv (hpk42/tox)

2014-09-23 Thread Daniel Neuhäuser
New issue 189: Allow parametrization of any testenv https://bitbucket.org/hpk42/tox/issue/189/allow-parametrization-of-any-testenv Daniel Neuhäuser: As discussed on IRC with @hpk42, I would like the ability to parametrize any testenv and not just the normal [testenv] one. One use case I have is

[Pytest-commit] commit/pytest: bubenkoff: simpler and more verbose assertions

2014-09-23 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/cf8da540f4ed/ Changeset: cf8da540f4ed Branch: better-diff User:bubenkoff Date:2014-09-23 21:22:57+00:00 Summary: simpler and more verbose assertions Affected #: 2 files diff -r fcfcf15459f0e4ab43e8784be