holger krekel fa6d5bd15b work around an apparent python2.4/python2.5 bug with subprocess.Popen,
causing jenkins failures.  Apparently "os.environ.popitem(name, None)"
is not the same as::

    try:
        del os.environ[name]
    except KeyError:
        pass
2011-12-28 15:49:13 +00:00
2010-11-23 20:32:07 -06:00
2009-10-03 01:11:04 +02:00
2010-11-25 16:36:25 +01:00
2010-10-21 12:18:10 +02:00
2011-12-14 11:29:25 +00:00

py.test is a simple and popular testing tool for Python.

See http://pytest.org for more documentation.

Description
No description provided
Readme 48 MiB
Languages
Python 100%