1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/9dce275b9bbd/
Changeset: 9dce275b9bbd
User:hpk42
Date:2014-01-23 08:48:15
Summary: fix issue140: depend on virtualenv>=1.11.1
Affected #: 5 files
diff -r ab3ca2815135d40e27f17c6fdfe616cbbdecd50a -r
9dce275b9bbd42
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/1f205c38ddad/
Changeset: 1f205c38ddad
User:bubenkoff
Date:2014-01-23 01:44:32
Summary: revert merge
Affected #: 1 file
diff -r 204b1dcb1973fedeb5bf33f28b306467868ff566 -r
1f205c38ddadf998343ecdcf62ddfafa973
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/bf25d089758b/
Changeset: bf25d089758b
User:bubenkoff
Date:2014-01-23 01:24:59
Summary: revert merge
Affected #: 1 file
diff -r fd5ac46aca5c1b5596f4acd0e91bd9236906c59c -r
bf25d089758b4dcc64147c331c86ec12a5
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/fd5ac46aca5c/
Changeset: fd5ac46aca5c
User:bubenkoff
Date:2014-01-23 01:16:06
Summary: add contribute.txt back
Affected #: 1 file
diff -r bdc540368ddfd4dcfb0558625b4caba02355b812 -r
fd5ac46aca5c1b5596f4acd0
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/9545ee037ecb/
Changeset: 9545ee037ecb
User:jurko
Date:2014-01-15 19:30:03
Summary: document explicitly clearing local references to pytest.raises()
results
pytest.raises() returns an ExceptionInfo object wh
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/60052491d38b/
Changeset: 60052491d38b
User:bubenkoff
Date:2014-01-23 00:54:25
Summary: add Piotr Banaszkiewicz
Affected #: 1 file
diff -r 506a2abc6144bef2cfb8be6b6210acf1c964a9b0 -r
60052491d38bf3fd68909c35
5 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/ee75804c7e18/
Changeset: ee75804c7e18
Branch: contributiondocs
User:pbanaszkiewicz
Date:2014-01-22 11:24:58
Summary: New enthusiastic contribution guide based on Audreyr's
cookiecutter-pypackage
Audrey
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/634ccdf8a274/
Changeset: 634ccdf8a274
User:hpk42
Date:2014-01-22 22:18:33
Summary: mark encoding test as xfail also on py2
Affected #: 1 file
diff -r 5ff86fc01cf5c22ff19cd9409af677f3a411c6cc -r
634ccdf8a274
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/5ff86fc01cf5/
Changeset: 5ff86fc01cf5
User:hpk42
Date:2014-01-22 22:15:40
Summary: backing out Ronny's PR because it was merged too early (still has
failing tests)
Affected #: 3 files
diff -r 3ba17bae85389f
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/ed53fc170092/
Changeset: ed53fc170092
User:RonnyPfannschmidt
Date:2014-01-22 18:07:54
Summary: xfailing test for captire encoding issues with binary stdio
Affected #: 1 file
diff -r 0761626cf9a54ad7b68e80280
Build Update for hpk42/pytest
-
Build: #81
Status: Still Failing
Duration: 54 seconds
Commit: 9ed6ac1 (master)
Author: holger krekel
Message: fix issue413: exceptions with unicode attributes are now printed
correctly also on python2 and with pytest-xdist runs.
New issue 429: Assert interpretation chokes on mojibake (Python 2.7)
https://bitbucket.org/hpk42/pytest/issue/429/assert-interpretation-chokes-on-mojibake
Ronan Lamy:
Self-explanatory, I hope.
AIUI, the line that fails is doing u''.join([, ]) which can only end
in tears.
```
#!
$ py.test test_
1 new commit in py:
https://bitbucket.org/hpk42/py/commits/13d9af95547e/
Changeset: 13d9af95547e
User:hpk42
Date:2014-01-22 18:08:50
Summary: rather than monkeypatching use a copy of the involved
code for traceback.format_exception_only and simplify
invocation places.
Affecte
1 new commit in py:
https://bitbucket.org/hpk42/py/commits/a890a2fd1e8b/
Changeset: a890a2fd1e8b
User:hpk42
Date:2014-01-22 17:37:22
Summary: fix unicode related issues -- but this changing two things
currently.
Affected #: 7 files
diff -r 509aef38de37c70f12d1b706f8b69b0e7
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/0761626cf9a5/
Changeset: 0761626cf9a5
User:hpk42
Date:2014-01-22 17:48:56
Summary: fix issue413: exceptions with unicode attributes are now printed
correctly also on python2 and with pytest-xdist runs. (the fi
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/77925d29cf0b/
Changeset: 77925d29cf0b
Branch: py2_pkg_skip
User:pelme
Date:2014-01-22 14:32:22
Summary: fixed issue428: Skip test for packages without __init__.py on
Python 2
Affected #: 1 file
diff -
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/e9d4d4eb38c1/
Changeset: e9d4d4eb38c1
User:jurko
Date:2014-01-22 14:16:39
Summary: add test: '--markers' listing info from plugins in current folder
When pytest is called with the '--markers' option, it shoul
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/2cd4476cf643/
Changeset: 2cd4476cf643
User:hpk42
Date:2014-01-22 13:54:25
Summary: remove superflous line
Affected #: 1 file
diff -r 2c70f1b3ee817c7945a7ebd3a671a777f97f8c91 -r
2cd4476cf6433894acfc0448dc681
Build Update for hpk42/pytest
-
Build: #80
Status: Still Failing
Duration: 13 minutes and 32 seconds
Commit: 04f91db (master)
Author: Floris Bruynooghe
Message: Include py version in the terminal output
This can help to reproduce bugs when looking at the outpu
1 new commit in py:
https://bitbucket.org/hpk42/py/commits/509aef38de37/
Changeset: 509aef38de37
User:hpk42
Date:2014-01-22 11:46:02
Summary: bump version to 1.4.20
Affected #: 3 files
diff -r f25cbde63642edd32c8cbbc9eae842c1cb3486ec -r
509aef38de37c70f12d1b706f8b69b0e712b
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/2c70f1b3ee81/
Changeset: 2c70f1b3ee81
User:flub
Date:2014-01-22 11:27:15
Summary: Include py version in the terminal output
This can help to reproduce bugs when looking at the output pasted into
bug reports.
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/c22101120b20/
Changeset: c22101120b20
User:hpk42
Date:2014-01-22 11:17:25
Summary: fixed circular imports by reverting a few py.test -> pytest
substitions.
Affected #: 3 files
diff -r b1c00e260afe4a51cc6a94
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/b1c00e260afe/
Changeset: b1c00e260afe
User:hpk42
Date:2014-01-22 10:24:22
Summary: fix issue425: mention at end of "py.test -h" that --markers
and --fixtures work according to specified test path (or current d
New issue 428: test_package_without__init__py failure
https://bitbucket.org/hpk42/pytest/issue/428/test_package_without__init__py-failure
Andreas Pelme:
This test fails when I run the test suite:
```
#!text
[pytest] ~/code/pytest $ py.test -vvv -k test_package_without__init__py
24 matches
Mail list logo