pytest-commit
Thread
Date
Earlier messages
Later messages
Messages by Date
2015/02/09
[Pytest-commit] commit/pytest: 5 new changesets
commits-noreply
2015/02/09
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2015/02/09
[Pytest-commit] commit/pytest: hpk42: Merged in pfctdayelise/pytest_new/adopt-pytest-docs (pull request #244)
commits-noreply
2015/02/09
[Pytest-commit] commit/tox: hpk42: Merged in fschulze/tox/echo-captured-output (pull request #132)
commits-noreply
2015/02/09
[Pytest-commit] commit/tox: 5 new changesets
commits-noreply
2015/02/08
[Pytest-commit] Issue #677: Different interaction between fixtures, functools.wraps and default arguments in python 2 and 3 (hpk42/pytest)
David MacIver
2015/02/07
[Pytest-commit] Issue #676: "Adopt pytest month" 2015 (hpk42/pytest)
Brianna Laugher
2015/02/07
[Pytest-commit] Issue #675: Provide a way for pytester to run coverage on plugins (hpk42/pytest)
David MacIver
2015/02/06
[Pytest-commit] Issue #214: How can I install git dependencies even though a package installs an older version? (hpk42/tox)
thiefmaster
2015/02/06
[Pytest-commit] Issue #674: Fixtures from methods wrongly get rebound to request.instance (hpk42/pytest)
Ionel Maries Cristian
2015/02/05
[Pytest-commit] Issue #673: wrong conftest's fixtures being used? (hpk42/pytest)
inklesspen
2015/02/02
[Pytest-commit] Issue #672: Make importorskip work with PEP440 compatible versions (hpk42/pytest)
Trevor Bekolay
2015/02/02
[Pytest-commit] Issue #213: multi-line factor specification in generated environments are not supported (hpk42/tox)
Barry Warsaw
2015/02/01
[Pytest-commit] Issue #212: escaping curly braces in a tox command doesn't work (hpk42/tox)
taleinat
2015/01/29
[Pytest-commit] Issue #671: missing fixture setup for doctest module items (hpk42/pytest)
Buck Evan
2015/01/29
[Pytest-commit] Issue #670: parallelize rsync in xdist (hpk42/pytest)
Anatoly Bubenkov
2015/01/28
[Pytest-commit] Issue #669: py.test not running any tests when using -n (xdist) (hpk42/pytest)
vmalloc
2015/01/26
[Pytest-commit] Issue #668: autouse fixtures break scope rules (hpk42/pytest)
tgoodlet
2015/01/25
[Pytest-commit] Issue #667: Make tests using random numbers more reproducible (hpk42/pytest)
Nils Werner
2015/01/23
[Pytest-commit] Issue #666: pytest.mark.skipif on class method uses "reason" from class level pytestmark (hpk42/pytest)
Daniel Hahler
2015/01/23
[Pytest-commit] Issue #665: pytest.mark.skipif marker does not display / have correct source information (hpk42/pytest)
Daniel Hahler
2015/01/22
[Pytest-commit] Issue #211: Make tox available as a wheel (.whl) (hpk42/tox)
mcarans
2015/01/20
[Pytest-commit] Issue #664: Assertions about expected exceptions documentation possible code error (hpk42/pytest)
realcr realcr
2015/01/19
[Pytest-commit] commit/pytest: hpk42: Merged in nicoddemus/pytest/pastebin-xdist (pull request #239)
commits-noreply
2015/01/19
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2015/01/17
[Pytest-commit] Issue #663: node ids not unique (hpk42/pytest)
David Szotten
2015/01/16
[Pytest-commit] Issue #210: non-tes automation (hpk42/tox)
Ronny Pfannschmidt
2015/01/16
[Pytest-commit] Issue #209: problem with virtualenv 12.x (hpk42/tox)
asdfsx
2015/01/15
[Pytest-commit] Issue #662: fail on zero tests found (hpk42/pytest)
Boris Rybalkin
2015/01/15
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2015/01/15
[Pytest-commit] commit/pytest: hpk42: Merged in okin/pytest/okin/only-one-import-on-one-line-if-this-shou-1421239108222 (pull request #238)
commits-noreply
2015/01/15
[Pytest-commit] Issue #661: Automatic grouping of tests by fixture instances broken (hpk42/pytest)
davidkr
2015/01/15
[Pytest-commit] Issue #660: Module scope fixture runs on function scope (hpk42/pytest)
Praveen Shirali
2015/01/15
[Pytest-commit] Issue #659: Using tmpdir in session scoped fixture changes the fixture to be function scoped (hpk42/pytest)
Torsten Landschoff
2015/01/14
[Pytest-commit] Issue #658: Handling of SystemExit if different pid (after os.fork) (hpk42/pytest)
Torsten Landschoff
2015/01/14
[Pytest-commit] Issue #657: Errors in teardown_module erroneously attached to last executed test (hpk42/pytest)
David MacIver
2015/01/13
[Pytest-commit] Issue #656: Better Unicode handling in ID generation (hpk42/pytest)
thiefmaster
2015/01/10
[Pytest-commit] Issue #208: No support for the posargs substitution type (hpk42/tox)
Eli Collins
2015/01/09
[Pytest-commit] commit/pytest: RonnyPfannschmidt: fix issue 655: crude workarounds around python2/3 exception leaks
commits-noreply
2015/01/09
[Pytest-commit] Issue #655: sys.excinfo leaks into fixtures on python3 (hpk42/pytest)
Ronny Pfannschmidt
2015/01/09
[Pytest-commit] commit/pytest: James Tatum: Cleaning up the docstrings in monkeypatch.py
commits-noreply
2015/01/07
[Pytest-commit] Issue #207: eventlet 0.16 breaks detox (hpk42/tox)
Tres Seaver
2015/01/07
[Pytest-commit] Issue #654: add pass rate option to pytest (hpk42/pytest)
Sorin Sbarnea
2015/01/02
[Pytest-commit] Issue #653: Add a version of deprecated_call which is a context manager (hpk42/pytest)
Alex Gaynor
2015/01/02
[Pytest-commit] Issue #652: Specify fixture parameter values in parameterize decorator (hpk42/pytest)
Olga Botvinnik
2015/01/01
[Pytest-commit] Issue #651: test fails in ntpath.py when LocalPath has no len (hpk42/pytest)
Jason R. Coombs
2014/12/31
[Pytest-commit] Issue #650: Allow --doctest-modules to skip modules on ImportError (hpk42/pytest)
Charles Cloud
2014/12/31
[Pytest-commit] Issue #206: Add platform name tag to config options (hpk42/tox)
chriswwolfe
2014/12/29
[Pytest-commit] Issue #649: parametrized test nodes cannot be specified to run on the command line (hpk42/pytest)
Alfredo Deza
2014/12/26
[Pytest-commit] Issue #205: {envname} substitution does not exist (hpk42/tox)
Fredrik Blomqvist
2014/12/25
[Pytest-commit] Issue #204: testrun.org's certificate expired on Nov 20 (hpk42/tox)
Ian Cordasco
2014/12/22
[Pytest-commit] Issue #648: Platform information in test session startup (hpk42/pytest)
Thomas Trenner
2014/12/21
[Pytest-commit] Issue #647: Automatically stop console output capturing when pudb is used (hpk42/pytest)
vmalloc
2014/12/20
[Pytest-commit] commit/tox: aconrad: explain how to disable PYTHONHASHSEED
commits-noreply
2014/12/18
[Pytest-commit] Issue #203: tox failes when ":" is in the current directory path (hpk42/tox)
Tom Bechtold
2014/12/17
[Pytest-commit] Issue #202: Tox cannot install nose/sphinx dependency on Mac OS (hpk42/tox)
Tony Tan
2014/12/17
[Pytest-commit] Issue #646: AttributeError: 'module' object has no attribute 'makegateway' (hpk42/pytest)
JocelynDelalande
2014/12/16
[Pytest-commit] Issue #645: pytest.raises(AssertionError) fails with compiled cython modules (hpk42/pytest)
Steffen Roecker
2014/12/13
[Pytest-commit] Issue #644: Asyncio Loop gets closed (hpk42/pytest)
Henry Kupty
2014/12/11
[Pytest-commit] Issue #643: Show number of assertions in test results (hpk42/pytest)
Michael Young
2014/12/11
[Pytest-commit] commit/tox: hpk42: refine determination if we run from Jenkins, thanks Borge Lanes.
commits-noreply
2014/12/11
[Pytest-commit] commit/tox: 2 new changesets
commits-noreply
2014/12/11
[Pytest-commit] Issue #642: misleading error report (hpk42/pytest)
Thomas Tanner
2014/12/10
[Pytest-commit] Issue #641: MemoryError when writing junitxml for large test suite (hpk42/pytest)
Michael Howitz
2014/12/10
[Pytest-commit] Issue #640: Easy way to spit out all the failing test names as plain text (hpk42/pytest)
ivanmalison
2014/12/08
[Pytest-commit] Issue #639: conftest being loaded twice (giving internal error) or not found depending on how pytest is called (hpk42/pytest)
fabiofz
2014/12/03
[Pytest-commit] Issue #638: python.py:813 (in "parametrize") raises "TypeError: object of type 'int' has no len()" in some cases (hpk42/pytest)
Eric Dand
2014/12/03
[Pytest-commit] Issue #637: Assertion reverse engineering often fails (hpk42/pytest)
gcc111
2014/12/01
[Pytest-commit] Issue #636: Error in example documentation for fixtures (hpk42/pytest)
Travis Johnson
2014/11/27
[Pytest-commit] Issue #635: Fixture scope is non-deterministic (hpk42/pytest)
Nikolaus Rath
2014/11/27
[Pytest-commit] Issue #634: metafunc.parametrize overwrites scope (hpk42/pytest)
Nikolaus Rath
2014/11/24
[Pytest-commit] commit/pytest: flub: Revert pypi badge again as the svg broke
commits-noreply
2014/11/24
[Pytest-commit] commit/pytest: flub: Merged in techtonik/pytest/techtonik/readmerst-fix-link-to-pypi-1416719991514 (pull request #234)
commits-noreply
2014/11/24
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/11/21
[Pytest-commit] Issue #633: Disable configuration discovery / lookup (setup.cfg, pytest.ini, ...) (hpk42/pytest)
Alexandre Conrad
2014/11/17
[Pytest-commit] Issue #632: Empty classname in junitxml for collection failure (hpk42/pytest)
Colin Blackburn
2014/11/11
[Pytest-commit] Issue #631: markers leaking (hpk42/pytest)
David Szotten
2014/11/11
[Pytest-commit] commit/tox: 2 new changesets
commits-noreply
2014/11/11
[Pytest-commit] commit/tox: hpk42: Merged in tomviner/tox/tomviner/typo-extra-in-docs-basictxt--1415645866375 (pull request #126)
commits-noreply
2014/11/10
[Pytest-commit] Issue #630: XFail on function level ignored if xfail condition on class-level not met (hpk42/pytest)
Matthias Hafner
2014/11/07
[Pytest-commit] Issue #629: py.test 2.6.4: selected test passes, but fails in whole test file (hpk42/pytest)
Olga Botvinnik
2014/11/06
[Pytest-commit] Issue #628: UnicodeDecodeError (INTERNALERROR) when doctests contain Unicode (hpk42/pytest)
Jason R. Coombs
2014/11/04
[Pytest-commit] Issue #201: Tox installs alpha version of coverage (hpk42/tox)
Marc Schlaich
2014/10/31
[Pytest-commit] Issue #627: record auxiliary data? (hpk42/pytest)
Jason S
2014/10/30
[Pytest-commit] commit/pytest: hpk42: add a py.test placeholder setup that errors out when trying to get installed
commits-noreply
2014/10/29
[Pytest-commit] Issue #626: Add custom message to default assert repr (hpk42/pytest)
John Dennison
2014/10/29
[Pytest-commit] Issue #625: xdist: deadlock under pypy (hpk42/pytest)
Buck Evan
2014/10/29
[Pytest-commit] Issue #200: tox doesn't create `{envtmpdir}` (hpk42/tox)
Andy Freeland
2014/10/29
[Pytest-commit] Issue #624: recursive symlink significantly slows collection (hpk42/pytest)
Brian Kearns
2014/10/28
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/28
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/28
[Pytest-commit] commit/pytest: flub: Merged in tomviner/pytest/format_boolop_percent6 (pull request #231)
commits-noreply
2014/10/27
[Pytest-commit] commit/tox: 6 new changesets
commits-noreply
2014/10/27
[Pytest-commit] commit/pytest: hpk42: fix py26 compatibility
commits-noreply
2014/10/26
[Pytest-commit] Issue #623: capsys: Output is not reported after failing test that called capsys.readouterr() (hpk42/pytest)
Lutz Prechelt
2014/10/26
[Pytest-commit] commit/pytest: hpk42: bump version to 2.7 on default
commits-noreply
2014/10/24
[Pytest-commit] commit/pytest: hpk42: remove "universal wheel" again until the py26/py27 difference (argparse) does not play a role anymore.
commits-noreply
2014/10/24
[Pytest-commit] Issue #622: Can py.test be a universal wheel? (hpk42/pytest)
Floris Bruynooghe
2014/10/24
[Pytest-commit] commit/pytest: hpk42: Merged in alex_gaynor/pytest-1/alex_gaynor/mark-pytest-as-a-universal-wheel-1414169551518 (pull request #230)
commits-noreply
2014/10/24
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/24
[Pytest-commit] Issue #621: Random "object" shows up with multiple parametrization (hpk42/pytest)
Alex Gaynor
2014/10/24
[Pytest-commit] [SUCCESS] pytest - # 367
Drone.io Build
2014/10/24
[Pytest-commit] commit/pytest: hpk42: fix changelog -- we should have all changes in trunk that are in 2.6.4
commits-noreply
2014/10/24
[Pytest-commit] commit/pytest: 3 new changesets
commits-noreply
2014/10/24
[Pytest-commit] commit/tox: hpk42: add some changelogs for the merged PRs
commits-noreply
2014/10/24
[Pytest-commit] commit/tox: 7 new changesets
commits-noreply
2014/10/24
[Pytest-commit] [SUCCESS] pytest - # 366
Drone.io Build
2014/10/24
[Pytest-commit] commit/pytest: hpk42: backport fixed issue620 (doc for genscript)
commits-noreply
2014/10/24
[Pytest-commit] commit/pytest: deeplook: Added explanation for the binary blob in runtests.py
commits-noreply
2014/10/24
[Pytest-commit] Issue #620: Add a friendly description to runtests.py to not scare people from the binary blob inside (hpk42/pytest)
Dinu Gherman
2014/10/23
[Pytest-commit] [FAIL] pytest - # 365
Drone.io Build
2014/10/23
[Pytest-commit] [FAIL] pytest - # 364
Drone.io Build
2014/10/23
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/23
[Pytest-commit] commit/pytest: hpk42: Merged in nicoddemus/pytest/fix-pastebin (pull request #228)
commits-noreply
2014/10/22
[Pytest-commit] Issue #619: Very large test suites take *far* too much RAM (hpk42/pytest)
Alex Gaynor
2014/10/22
[Pytest-commit] [FAIL] pytest - # 363
Drone.io Build
2014/10/22
[Pytest-commit] commit/pytest: 7 new changesets
commits-noreply
2014/10/22
[Pytest-commit] Issue #618: Generating runtests.py for Python 2.6 is failing althout argparse exists (hpk42/pytest)
Dinu Gherman
2014/10/21
[Pytest-commit] [SUCCESS] pytest - # 362
Drone.io Build
2014/10/21
[Pytest-commit] [SUCCESS] pytest - # 361
Drone.io Build
2014/10/21
[Pytest-commit] commit/pytest: 4 new changesets
commits-noreply
2014/10/21
[Pytest-commit] commit/pytest: hpk42: Merged in nicoddemus/pytest/python-classes-glob (pull request #225)
commits-noreply
2014/10/21
[Pytest-commit] commit/tox: 3 new changesets
commits-noreply
2014/10/21
[Pytest-commit] commit/tox: hpk42: Merged in carljm/tox (pull request #123)
commits-noreply
2014/10/21
[Pytest-commit] Issue #199: Sometimes wrong "toxresults" are produced (hpk42/tox)
holger krekel
2014/10/20
[Pytest-commit] Issue #617: Iterative tmpdir folders lost when using --basetemp (hpk42/pytest)
Joe Piché
2014/10/20
[Pytest-commit] Issue #616: (2.6.3) Conftest is ran, but fixtures not brought in. (hpk42/pytest)
Chris B
2014/10/19
[Pytest-commit] [SUCCESS] pytest - # 360
Drone.io Build
2014/10/19
[Pytest-commit] commit/pytest: drothlis: Fix assertion.rewrite on read-only filesystem
commits-noreply
2014/10/16
[Pytest-commit] [FAIL] pytest - # 359
Drone.io Build
2014/10/16
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/15
[Pytest-commit] [SUCCESS] pytest - # 358
Drone.io Build
2014/10/15
[Pytest-commit] [SUCCESS] pytest - # 357
Drone.io Build
2014/10/15
[Pytest-commit] [SUCCESS] pytest - # 356
Drone.io Build
2014/10/15
[Pytest-commit] commit/pytest: flub: Close branch
commits-noreply
2014/10/15
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/15
[Pytest-commit] commit/pytest: flub: Merged in tomviner/pytest/assert_percent_test (pull request #223)
commits-noreply
2014/10/14
[Pytest-commit] Issue #197: Project dependencies are not installed when usedevelop=False (hpk42/tox)
DXist
2014/10/14
[Pytest-commit] [SUCCESS] pytest - # 355
Drone.io Build
2014/10/14
[Pytest-commit] [SUCCESS] pytest - # 354
Drone.io Build
2014/10/14
[Pytest-commit] commit/pytest: hpk42: add changelog note for tom's PR about parametrized markers.
commits-noreply
2014/10/14
[Pytest-commit] commit/tox: 3 new changesets
commits-noreply
2014/10/14
[Pytest-commit] commit/tox: hpk42: Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull request #93)
commits-noreply
2014/10/14
[Pytest-commit] [SUCCESS] pytest - # 353
Drone.io Build
2014/10/14
[Pytest-commit] commit/pytest: hpk42: Merged in tomviner/pytest (pull request #222)
commits-noreply
2014/10/14
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/14
[Pytest-commit] commit/pytest: hpk42: Merged in tomviner/pytest/some_spelling_fixes (pull request #224)
commits-noreply
2014/10/12
[Pytest-commit] Issue #615: ValueError on compound assert with percent (hpk42/pytest)
Tom V
2014/10/12
[Pytest-commit] commit/tox: 4 new changesets
commits-noreply
2014/10/12
[Pytest-commit] commit/tox: hpk42: Merged in suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-1411745805716 (pull request #124)
commits-noreply
2014/10/10
[Pytest-commit] [SUCCESS] pytest - # 352
Drone.io Build
2014/10/10
[Pytest-commit] commit/pytest: nicoddemus: Adding "auto" to help for "--tb" option
commits-noreply
2014/10/10
[Pytest-commit] Issue #614: --pastebin option is broken: bpaste.net/xmlrpc has been moved (hpk42/pytest)
Bruno Oliveira
2014/10/09
[Pytest-commit] Issue #196: posargs should be able to do substitutions (hpk42/tox)
Andy Hayden
2014/10/09
[Pytest-commit] [SUCCESS] pytest - # 351
Drone.io Build
2014/10/09
[Pytest-commit] commit/pytest: hpk42: remove unused import
commits-noreply
2014/10/09
[Pytest-commit] [SUCCESS] pytest - # 350
Drone.io Build
2014/10/09
[Pytest-commit] [SUCCESS] pytest - # 349
Drone.io Build
2014/10/09
[Pytest-commit] commit/pytest: hpk42: fix changelog
commits-noreply
2014/10/09
[Pytest-commit] commit/pytest: hpk42: Merged in HolgerPeters/pytest (pull request #221)
commits-noreply
2014/10/09
[Pytest-commit] commit/pytest: 5 new changesets
commits-noreply
2014/10/09
[Pytest-commit] [SUCCESS] pytest - # 348
Drone.io Build
2014/10/08
[Pytest-commit] Issue #613: Pytest can't find locally installed projects (hpk42/pytest)
Tobias Wellnitz
2014/10/08
[Pytest-commit] Issue #612: Syntax error on assertion reinterpretation (hpk42/pytest)
Alex Gaynor
2014/10/07
[Pytest-commit] Issue #611: Parametrized test fails with fixture named "request" (hpk42/pytest)
Veeti Paananen
2014/10/07
[Pytest-commit] [FAIL] pytest - # 347
Drone.io Build
2014/10/07
[Pytest-commit] commit/pytest: hpk42: open up pytest-2.6 branch in case we want to release a 2.6.4 before 2.7.0 happens
commits-noreply
2014/10/07
[Pytest-commit] [SUCCESS] pytest - # 346
Drone.io Build
2014/10/07
[Pytest-commit] [SUCCESS] pytest - # 345
Drone.io Build
2014/10/07
[Pytest-commit] commit/pytest: hpk42: Merged in bubenkoff/pytest/test_for_issue_604 (pull request #220)
commits-noreply
2014/10/06
[Pytest-commit] Issue #610: Internal error with missing fixture + bad decorator (hpk42/pytest)
virtuald
2014/10/06
[Pytest-commit] Issue #609: Problem with "plugin already registered" on Raspbian (hpk42/pytest)
Charlie Clark
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 344
Drone.io Build
2014/10/06
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 343
Drone.io Build
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 342
Drone.io Build
2014/10/06
[Pytest-commit] commit/pytest: bubenkoff: Merged in issue557 (pull request #218)
commits-noreply
2014/10/06
[Pytest-commit] commit/pytest: bubenkoff: Close branch issue557
commits-noreply
2014/10/06
[Pytest-commit] Issue #608: Failed assertions with any/all and generator expressions raise NameError (hpk42/pytest)
Bjørnar Snoksrud
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 341
Drone.io Build
2014/10/06
[Pytest-commit] commit/pytest: hpk42: fix issue557: with "-k" we only allow the old style "-" for negation
commits-noreply
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 340
Drone.io Build
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 339
Drone.io Build
2014/10/06
[Pytest-commit] commit/pytest: hpk42: add some changelog entries
commits-noreply
2014/10/06
[Pytest-commit] commit/pytest: 2 new changesets
commits-noreply
2014/10/06
[Pytest-commit] commit/pytest: hpk42: Merged in nicoddemus/pytest/defer-hook-example (pull request #216)
commits-noreply
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 338
Drone.io Build
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 336
Drone.io Build
2014/10/06
[Pytest-commit] [SUCCESS] pytest - # 337
Drone.io Build
2014/10/06
[Pytest-commit] commit/pytest: 4 new changesets
commits-noreply
2014/10/04
[Pytest-commit] Issue #195: Document how to define/override the virtualenv path (hpk42/tox)
Eric Higgins
2014/10/03
[Pytest-commit] Issue #607: pytest.skip will skip entire files when used as a decorator (hpk42/pytest)
Bryce Lampe
2014/10/01
[Pytest-commit] Issue #606: INTERNALERROR when no valid source lines found (hpk42/pytest)
Jędrzej Nowak
2014/10/01
[Pytest-commit] Issue #605: tmpdir.join("foo").write(...) doesn't work as expected. (hpk42/pytest)
Bjorn Pettersen
2014/10/01
[Pytest-commit] Issue #604: ValueError: unsupported format character in case of % sign in assert message (hpk42/pytest)
pytry
2014/09/30
Re: [Pytest-commit] Issue #603: monkeypatch does not work on already-imported function (hpk42/pytest)
Anatoly Bubenkov
2014/09/30
[Pytest-commit] Issue #603: monkeypatch does not work on already-imported function (hpk42/pytest)
Marco Chomut
2014/09/30
[Pytest-commit] Issue #602: xdist does not report warnings (hpk42/pytest)
Andreas Pelme
2014/09/29
[Pytest-commit] [SUCCESS] pytest - # 335
Drone.io Build
2014/09/29
[Pytest-commit] Issue #194: Mailinglist available? (hpk42/tox)
Dinu Gherman
Earlier messages
Later messages