Messages by Thread
-
-
[py-dev] initial take at a generic funcags hook
Ronny Pfannschmidt
-
[py-dev] pytest-2.0.3: bug fixes and speed ups
holger krekel
-
Re: [pypy-dev] Possible sprint in Genova before/after Europython
Jacob Hallén
-
[py-dev] KeyError in xdist/looponfail.py
schmir
-
[py-dev] the concept of a per test "test dir" and its uses
Ronny Pfannschmidt
-
[py-dev] Creating unicode strings in pytest testsuit
Floris Bruynooghe
-
Re: [pypy-dev] PyPy in the benchmarks game - yes or no?
Isaac Gouy
-
[py-dev] migration from 1.3 to 2.0
Vyacheslav Rafalskiy
-
[py-dev] py.test + CI
James Mills
-
[py-dev] How can I use py.test in trytond
Nicolas Évrard
-
[py-dev] latest pytest questions for pytest-cov
meme dough
-
[py-dev] pytest_cov: start session before test improts
James Mills
-
[py-dev] Testing web services
James Mills
-
[py-dev] pytest-2.0.2: bug fixes, improved xfail/skip expressions, speedups
holger krekel
-
[py-dev] pytest for python 3 ?
James Mills
-
Re: [py-dev] New issue 1 in pytest-cov: Allow branch coverage
meme dough
-
[py-dev] New plugin: pytest-monkeyplus
Virgil Dupras
-
[py-dev] anybody up for a pytest.org typo-fixing review?
holger krekel
-
[py-dev] pytest-2.0.1: bug fixes and better asserts
holger krekel
-
[py-dev] py.test doctest and hooks...
Christian Klinger
-
Re: [pypy-dev] "OSError: [Errno 10] No child processes"
Amaury Forgeot d'Arc
-
Re: [pypy-dev] Continuations and sandboxing
Paolo Giarrusso
-
[py-dev] ANN: oejskit 0.9.0 JavaScript i n-browser testing, now with py.test 2.0 support
Samuele Pedroni
-
[py-dev] Using funcargs (monkeypatch, tmpdir) during setup
Virgil Dupras
-
[py-dev] use of md5 checksum in config.py/getconftestmodules looks fishy
Ralf Schmitt
-
[py-dev] Advanced monkeypatching?
Virgil Dupras
-
Re: [pypy-dev] Leysin Winter sprint: Jan 16-22
Armin Rigo
-
[py-dev] Internal Error in xdist remove
Andy Fundinger
-
[py-dev] Upgrading from pytest 1.3.2 to 2.0 - computed conftest options
Andy Fundinger
-
[py-dev] pytest-pep8 0.6: configurable PEP8 checking in py.test runs
holger krekel
-
[py-dev] pytest-capturelog plugin 0.6
meme dough
-
Re: [pypy-dev] which xml libraries? was (Re: PyPy 1.4 released)
Paolo Giarrusso
-
[py-dev] Adding a funcarg to pytest_capturelog plugin
Floris Bruynooghe
-
[py-dev] oejskit 0.8.9, javascript testing support, consolidation release
Samuele Pedroni
-
[py-dev] tox-0.9: better CI bootstrapping / custom PyPI index servers
holger krekel
-
[py-dev] pytest-2.0: asserts++, unittest++, reporting++, config++, docs++
holger krekel
-
Re: [pypy-dev] [pypy-svn] r79382 - pypy/trunk/pypy/config
Armin Rigo
-
[py-dev] upcoming releases (and distro names)
holger krekel
-
[py-dev] Running Django unittests using py.test
Morten Brekkevold
-
[py-dev] py.test with setuptools
James Mills
-
[py-dev] py.test to control other testing framework
Ateljevich, Eli
-
[py-dev] New issue 130 in py-trunk: py.process.cmdexec fails if the out/err contains non-ascii characters
issues-noreply
-
[py-dev] Detect whether py.test is running
Antonio Cuni
-
[py-dev] pytest / pylib / tox release splitting plan
holger krekel
-
[py-dev] installing new py.test / new pypi.testrun.org
holger krekel
-
[py-dev] New issue 129 in py-trunk: Test file names of the form foo_bar___init__.py error in 1.3.2, 1.3.3 and 1.3.4
issues-noreply
-
[py-dev] the split is happening: py -> pytest,pylib,pycmd
holger krekel
-
[py-dev] New issue 128 in py-trunk: py.test does not show SyntaxErrors when using --pdb
issues-noreply
-
[py-dev] New issue 127 in py-trunk: py.test doesn't wait for deferred completion when using twisted.trial
issues-noreply
-
[py-dev] New issue 126 in py-trunk: Automatically disable capturing when pdb.set_trace() is called
issues-noreply
-
[py-dev] Assert repr of attributes
Floris Bruynooghe
-
[py-dev] New issue 125 in py-trunk: py.test exits when TypeError raises in __init__
issues-noreply
-
Re: [pypy-dev] Question on the future of RPython
René Dudfield
-
[py-dev] New issue 124 in py-trunk: disabling capture makes the capfd funcarg break py.test
issues-noreply
-
[py-dev] New issue 123 in py-trunk: new invocation: "python -m py.test"
issues-noreply
-
[py-dev] controlling assertions and difflib
Floris Bruynooghe
-
[py-dev] New issue 122 in py-trunk: store/reuse the state of a last run from a previous session dir
issues-noreply
-
[py-dev] New issue 121 in py-trunk: py.test seems gather tests from upper directories
issues-noreply
-
[py-dev] pylib/py.test 1.3.4: fixes and new native traceback option
holger krekel
-
[py-dev] New issue 120 in py-trunk: Add collect_include option to complement collect_ignore option.
issues-noreply
-
[py-dev] New issue 119 in py-trunk: Fail to impot __init__.py - INTERNALERROR> self = <py._test.session.Session object at 0x022B5E30>
issues-noreply
-
[py-dev] New issue 118 in py-trunk: native traceback option
issues-noreply
-
[py-dev] New issue 117 in py-trunk: setuptools errors bubble up in a unhelpfull way
issues-noreply
-
[py-dev] do you mind the issue-postings here?
holger krekel
-
[py-dev] New issue 116 in py-trunk: ImportMismatchError or ImportError encountered running py.test --doctest-modules with a package present
issues-noreply
-
[py-dev] FW: py.test doesn't like functools.partial wrappers
Florian Bauer
-
[py-dev] Greenlet
Richard Tew
-
Re: [pypy-dev] What's wrong with >>> open(?xxx?, ?w?).write(?stuff?) ?
Armin Rigo
-
[py-dev] py.test doesn't like functools.partial wrappers
Florian Bauer
-
[py-dev] [proposal] extended information collection
Ronny Pfannschmidt
-
Re: [pypy-dev] PyPy speed center not updating any more
Miquel Torres
-
[py-dev] Advanced assert equal
Floris Bruynooghe
-
[py-dev] New issue 115 in py-trunk: Catch-all exceptions don't make an exception for GeneratorExit
issues-noreply
-
[py-dev] survey results unittest/py.test/nose/...
holger krekel
-
[py-dev] Generic funcarg hook
Floris Bruynooghe
-
[py-dev] New issue 114 in py-trunk: cmdline(..) uses wrong program name
issues-noreply
-
[py-dev] py.test api - Running tests in a module object?
Sridhar Ratnakumar
-
[py-dev] feedback on py.test discovery/setup/process documentation
Jason R. Coombs