summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2016-12-20Update AUTHORS and CHANGELOG.rstLoïc Estève
following contribution guidelines
2016-11-30Added CHANGELOG entry and myself to AUTHORS.Manuel Krebber
2016-11-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-11-27update CHANGELOG and AUTHORSnmundar
2016-11-26Add `:ref:` targets to `recwarn.rst`.Luke Murphy
2016-11-26Add hint of Issue #478 to error textDuncan Betts
2016-11-20Don't fail if imp can't find the source for a .pyc file. #2038Ned Batchelder
2016-11-11Merge branch 'master' into merge-master-featuresBruno Oliveira
2016-11-08Fix memory leak with pytest.raises by using weakrefMichael Seifert
2016-11-07Clean up unittest TestCase objects after tests are complete (#1649).Dan Wandschneider
Fix #1649 Users of unittest style TestCases will create expensive objects in setUp. We should clean up TestCase instances that are lying around so that they don't fill up memory.
2016-10-30Report teardown output on test failureMathieu Clabaut
Until now, teardown stdout/stderr output was not reported upon test failure. However such output is sometime necessary to understand the failure. fix #442
2016-10-24local merge of #1967 - Change exception raised by ↵Ronny Pfannschmidt
capture.DontReadFromInput.fileno()
2016-10-20Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2016-10-05Update fixture.rstGrigorii Eremeev
Removed redundant word
2016-09-26Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2016-09-26Thanked my self in the change log :)Vlad Dragos
2016-09-21Explain a bad scope value to the userTyler Goodlet
2016-09-20added to changelog and authorsLev Maximov
2016-09-19Add AUTHORS and CHANGELOG for #1512Matthew Duck
2016-09-19Merge pkg_resources workaroundFloris Bruynooghe
Merge branch 'pkg_resources_bugfix' of github.com:raquel-ucl/pytest into pkg-resources This is an odd case and doesn't really make sense, it is working around a bug in maven/jython and the old version or weird packaging of setuptools they use. But we used to do this in the past so might as well keep doing this.
2016-09-15Update AUTHORSSkylar Downes
2016-08-31adding corresponding test, authors and changelogmbyt
2016-08-26Update AUTHORS and CHANGELOGAhn Ki-Wook
2016-08-24Add buffer attribute to stdin stubJordan Guymon
2016-08-23Added myself as AUTHOR as requested on PR.Raquel Alegre
2016-08-22Merge pull request #1844 from nicoddemus/importer-errorBruno Oliveira
Importer loader error
2016-08-22Update AUTHORS and CHANGELOG for #1837Bruno Oliveira
2016-08-21Remove duplicated nameAndrew Svetlov
2016-08-19Merge remote-tracking branch 'upstream/master'Bruno Oliveira
2016-08-19Update AUTHORSmatthiasha
2016-08-17Merge branch 'master' into merge-master-into-featuresBruno Oliveira
Preparing for 3.0
2016-08-08Fix #1798 to include errors in total tests in junit xml output.Christian Boelsen
2016-08-01Highlight the path of file location in error reportsatoru
So that it's more obvious when we need to copy the file path.
2016-07-25Merge branch 'master' into merge-masterBruno Oliveira
# Conflicts: # AUTHORS # CHANGELOG.rst # _pytest/monkeypatch.py # _pytest/python.py
2016-07-25Merge branch 'mark_missing_fixture_error' of https://github.com/eolo999/pytestBruno Oliveira
2016-07-25feature: default behavior now is to ignore duplicate paths specified from ↵Roberto Polli
the command line. Use --keep-duplicates to retain duplicate paths.
2016-07-25Fixed collection of classes with custom ``__new__`` methodDmitry Dygalo
2016-07-24Fix #1210 display msg for early calls to exitTom Viner
2016-07-24fixed conflictsJJ
2016-07-23Add myself to the AUTHORSEdoardo Batini
2016-07-23Test case for overriding autouse fixturesDiego Russo
Test case for overriding autouse fixture with a parametrized fixture. The test covers the problem explained in the issue 1601 Adding Diego Russo to AUTHORS
2016-07-23added myself to authorsJJ
2016-07-23Choose the doctest output format in case of failure, still work in progress ↵Romain Dorgueil
as a few checks fail (related to #1749)
2016-07-22Uppercase first word in docstrings. Change to an imperative form. Add name ↵Javi Romero
to authors.
2016-07-20Merge branch 'features' into conftest-exception-printingBruno Oliveira
2016-07-13Merge remote-tracking branch 'upstream/features' into ↵Bruno Oliveira
warnings-displayed-by-default # Conflicts: # CHANGELOG.rst # testing/test_terminal.py
2016-07-09Allow passing a custom Pdb subclass via --pdbcls.Antony Lee
This obviates the need for plugins such as `pytest-ipdb`; instead one can simply call `py.test --pdb=IPython.core.debugger:Pdb`
2016-07-05Making conftest import failures easier to debugJavier Domingo Cansino
2016-06-25* now showing pytest warnings summary by default.aostr
* added ``--disable-pytest-warnings` flag to let users disable the warnings summary. * extended/changed unit tests for the changes in the pytest core.
2016-06-25add --override-ini option to overrides ini valuesTed Xiao
Signed-off-by: Ted Xiao <xiao.xj@gmail.com>