summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-15Merge pull request #2065 from sebastinas/spelling2Bruno Oliveira
2016-11-15Fix spelling mistakesSebastian Ramacher
2016-11-13Merge pull request #2058 from idlesign/patch-1Bruno Oliveira
2016-11-13Docs: Added pytest promotional talk in RussianIgor Starikov
2016-11-12Merge pull request #2056 from nicoddemus/appveyor-listBruno Oliveira
2016-11-12Only install pypy on AppVeyor for "pypy" tox-envBruno Oliveira
2016-11-12Use one job for each tox env on AppVeyorBruno Oliveira
2016-11-12Merge pull request #2053 from nicoddemus/check-manifest-scriptBruno Oliveira
2016-11-12Use a wrapper script to bypass check-manifest if not under gitBruno Oliveira
2016-11-11Merge pull request #2055 from nicoddemus/error-matrix-for-failing-jobsRonny Pfannschmidt
2016-11-11Allow failure of pypy on AppVeyorBruno Oliveira
2016-11-11Allow failure of py35-trial on TravisBruno Oliveira
2016-11-11Bump version to 3.0.5.devBruno Oliveira
2016-11-11Merge pull request #2050 from nicoddemus/release-3.0.4Bruno Oliveira
2016-11-11Merge pull request #2052 from nicoddemus/lint-readmeRonny Pfannschmidt
2016-11-11add pygments dependency because of rst-lintRonny Pfannschmidt
2016-11-11Check README.rst with rst-lintBruno Oliveira
2016-11-10Merge pull request #2051 from nicoddemus/check-manifestBruno Oliveira
2016-11-10Add some recursive-exclude related to hypothesis and freezeBruno Oliveira
2016-11-09Add keywords to setup.py as suggested by pyromaBruno Oliveira
2016-11-09Add "check-manifest" to linting and remove unused scripts from rootBruno Oliveira
2016-11-09Regen doc for 3.0.4Bruno Oliveira
2016-11-09Version bump to 3.0.4, CHANGELOG, announcementBruno Oliveira
2016-11-09Merge pull request #2006 from MSeifert04/fix-1965Bruno Oliveira
2016-11-08Fix the stubborn test about cyclic references left by pytest.raisesBruno Oliveira
2016-11-08added test (thanks @nicoddemus) and added links in ChangelogMichael Seifert
2016-11-08Fix memory leak with pytest.raises by using weakrefMichael Seifert
2016-11-08Merge pull request #2046 from d-b-w/clean-up-unittest-issue1649Bruno Oliveira
2016-11-07Clean up unittest TestCase objects after tests are complete (#1649).Dan Wandschneider
2016-11-06Merge pull request #2045 from manueljacob/normalized-versionRonny Pfannschmidt
2016-11-06Change version to be in normal form according to PEP 440.Manuel Jacob
2016-11-03Merge pull request #2028 from nicoddemus/empty-tracebacksBruno Oliveira
2016-11-03Properly handle exceptions in multiprocessing tasksBruno Oliveira
2016-11-02Merge pull request #2041 from gdyuldin/fix_xuint_teardownRonny Pfannschmidt
2016-11-02Fix teardown error message in generated xUnit XMLGeorgy Dyuldin
2016-10-31Merge pull request #2030 from matclab/fix/442Bruno Oliveira
2016-10-31Merge pull request #2033 from The-Compiler/workshopRonny Pfannschmidt
2016-10-31Update "Next Open Trainings"Florian Bruhin
2016-10-30Report teardown output on test failureMathieu Clabaut
2016-10-24Merge pull request #2011 from nicoddemus/false-rewrite-warningsRonny Pfannschmidt
2016-10-24Merge pull request #2021 from nicoddemus/doctest-modules-ciRonny Pfannschmidt
2016-10-21Merge pull request #2024 from jaraco/issue-2022Bruno Oliveira
2016-10-21Restore pexpect tests and bypass isalive/wait on macOS. Ref #2022.Jason R. Coombs
2016-10-21Also use flush where wait was called unconditionallyJason R. Coombs
2016-10-21Extract child flush as a staticmethodJason R. Coombs
2016-10-21Re-enable docstring testing of _pytest modules on CIBruno Oliveira
2016-10-20Fix false-positive warnings from assertion rewrite hookBruno Oliveira
2016-10-21Merge pull request #2019 from nicoddemus/fix-metavar-pair-helpRonny Pfannschmidt
2016-10-20Fix cmdline help message for custom options with two or more metavarsBruno Oliveira
2016-10-20Merge pull request #2018 from nicoddemus/disable-py35-trialRonny Pfannschmidt