summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2014-04-02fix issue493: don't run tests in doc directory with ``python setup.py test``holger krekel
2014-03-14add changelog for warning system, bump internal versionholger krekel
2014-01-29add release announcement, bump version to 2.5.2,holger krekel
2014-01-29require py>=1.2.20holger krekel
2014-01-22fix issue413: exceptions with unicode attributes are now printedholger krekel
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-12-18fix issue409 -- better interoperate with cx_freeze by notholger krekel
2013-12-16fix issue407: fix addoption docstring to point to argparse instead ofholger krekel
2013-12-12don't declare py25 as supported anymore.holger krekel
2013-12-11regen docs and bump version to 2.5.0holger krekel
2013-12-11add changelog: fix issue319 - correctly show unicode in assertion errors. Manyholger krekel
2013-10-24change metadataholger krekel
2013-10-21fix unicode handling with junitxml, fixes issue368.holger krekel
2013-10-09make "--runxfail" turn imperative pytest.xfail calls into no opsholger krekel
2013-10-05bump version to 2.3.3.dev1holger krekel
2013-10-04add pluginmanager.do_configure(config) as a link toholger krekel
2013-10-03fix issue365 and depend on a newer py versions which uses coloramaholger krekel
2013-10-02avoid "IOError: Bad Filedescriptor" on pytest shutdown by not closingholger krekel
2013-10-022.4.1 release prepsholger krekel
2013-10-01bump version to dev again, new CHANGELOG section for 2.4.1.dev.holger krekel
2013-10-01bump version to 2.4.0holger krekel
2013-09-30bump version, some windows test fixes, prevent logging from raising exception...holger krekel
2013-09-27bump versionholger krekel
2013-09-06- fix issue181: --pdb now also works on collect errors. This washolger krekel
2013-08-11strike distribute depholger krekel
2013-08-02ref #322 cleanup all teardown calling to only happen when setup succeeded.holger krekel
2013-08-01fix issue334: don't recommend distribute but setuptools everywhere, also remo...holger krekel
2013-07-26make genscript provide information as to compatibilityholger krekel
2013-07-24bump versionholger krekel
2013-07-17SO-17664702: call fixture finalizers even if the fixture functionholger krekel
2013-07-16some python2.5/3.3 fixes of Brianna's parametrize improvementsholger krekel
2013-06-28fix issue323 - parametrize() of many module-scoped paramsholger krekel
2013-06-23mention added support for setUpModule/tearDownModule detection, thanks Brian ...holger krekel
2013-05-28allow to specify parametrize inputs as a comma-separated stringholger krekel
2013-05-07bump versionholger krekel
2013-05-07support boolean condition expressions in skipif/xfailholger krekel
2013-05-07fix issue245 by depending on py-1.4.14 which fixes py.io.dupfileholger krekel
2013-05-07 implemented as context managers. Thanks Andreas Pelme,holger krekel
2013-05-05allow fixture functions to be implemented as context managers:holger krekel
2013-05-05bump versionholger krekel
2013-04-30release 2.3.5 packagingholger krekel
2013-04-22allow re-running of a test item (as exercised by theholger krekel
2013-03-28- add release announceholger krekel
2013-02-14make dev pytest depend on installing from pypi.testrun.orgholger krekel
2013-02-12fix issue257 assertion-triggered compilation of source ending in aholger krekel
2012-12-09fixed versioning, thanks Arfreverholger krekel
2012-11-28allow to specify prefixes starting with "_" whenholger krekel
2012-11-21fix bug where using capsys with pytest.set_trace() in a testholger krekel
2012-11-20reanme README.txt to README.rstholger krekel
2012-11-20move long description into READMEholger krekel