summaryrefslogtreecommitdiff
path: root/_pytest/__init__.py
AgeCommit message (Expand)Author
2017-04-26fix import errorRonny Pfannschmidt
2017-04-23restore setuptools_scm write_to usageRonny Pfannschmidt
2017-04-20use unknown to specify unknown versionsRonny Pfannschmidt
2017-04-19restore linting, drop _pytest._version for check-manifestRonny Pfannschmidt
2017-04-19second take at setuptools_scmRonny Pfannschmidt
2016-09-01Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2016-09-01Set version to 3.0.3.dev0Bruno Oliveira
2016-08-31Changes for 3.0.2 releaseBruno Oliveira
2016-08-23Updates for new patch version 3.0.2Bruno Oliveira
2016-08-23Changes for 3.0.1 releaseBruno Oliveira
2016-08-19Bump version to 3.1.0.devBruno Oliveira
2016-08-19Bump version to 3.0.1.devBruno Oliveira
2016-08-18Bump version to 3.0.0Bruno Oliveira
2016-07-28Set version to 3.0.0.dev1Bruno Oliveira
2016-06-22merge master into featuresRonny Pfannschmidt
2016-06-01finish up the version bump in __init__ i forgotRonny Pfannschmidt
2016-05-31update versionRonny Pfannschmidt
2016-03-18Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-03-18Bump version to 2.9.2.dev1Bruno Oliveira
2016-03-17Bump version to 2.9.1nicoddemus
2016-03-01Bump version to 2.10.0.dev1Bruno Oliveira
2016-03-01Bump version to 2.9.1.dev1Bruno Oliveira
2016-02-29Bump version to 2.9.0nicoddemus
2015-09-22also change pytest version to target 2.9.0holger krekel
2015-09-18Bump version to 2.8.0Bruno Oliveira
2015-09-17update changelog/author info, bump version numberholger krekel
2015-09-17revert setuptools_scm addition introduced with f22d14b105553e99946ccdbe8c47bc...holger krekel
2015-09-17remove __init__.py as advised by ronnyholger krekel
2015-09-16revert importing test module behaviour to prepend by defaultholger krekel
2015-09-16Merge latest changes from branch 'pytest-2.7'holger krekel
2015-09-15fix a few issues with pytest-2.7 branch and bump version numberholger krekel
2015-07-25use setuptools_scm to determine the versionRonny Pfannschmidt
2015-06-22bump version to 2.7, depend on py-1.4.29holger krekel
2015-05-19Set 2.7.1 version numberFloris Bruynooghe
2015-05-07use new pluggy api (now at 0.3.0) for adding hookcall monitoringholger krekel
2015-05-06- make sure sub pytest runs use the same basetempholger krekel
2015-04-17change test module importing behaviour to append to sys.pathholger krekel
2015-04-04shift default to 2.8.0.devholger krekel
2015-04-02- avoid setting of versions and targets in conf.py and Makefileholger krekel
2015-03-26bump versions to dev, including changing the doc-install target to "dev"holger krekel
2015-03-26bump verrsion to python2.7, fix a too precise test for windows, regen docsholger krekel
2014-10-26bump version to 2.7 on defaultholger krekel
2014-09-24bump version to 2.6.4.devholger krekel
2014-09-24regen and fix some docs (tox -e regen)holger krekel
2014-09-15fix conftest related fixture visibility issue: when running with aholger krekel
2014-09-05fix issue582: fix setuptools example, thanks Laszlo Papp and Ronnyholger krekel
2014-09-05prepare 2.6.2, release announcement, also add HOWTORELEASE.rstholger krekel
2014-08-08fix issue561 example adapted to python3.holger krekel
2014-08-07finalize pytest-2.6.1 release, regen docsholger krekel
2014-08-07fix issue555: just add "errors" attribute to internal Capture stream.holger krekel