summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-11-13Fix scope to accomodate requested changesMaximilian Cosmo Sitter
2020-11-06Add pythonenv* to gitignoreMaximilian Cosmo Sitter
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2019-11-28docs: move changelog to docs/en and allow sphinx directivesDaniel Hahler
Now `tox -e docs` will also include the draft changelog for the next version (locally only). `CHANGELOG.rst` now only points to the changelog on READTHEDOCS so sphinx diretives can be used. Followup to https://github.com/pytest-dev/pytest/pull/6272
2019-11-21Add develop instructions to CONTRIBUTINGBruno Oliveira
From: https://github.com/pytest-dev/pytest/pull/6244
2019-07-09Add rudimentary mypy type checkingRan Benita
Add a very lax mypy configuration, add it to tox -e linting, and fix/ignore the few errors that come up. The idea is to get it running before diving in too much. This enables: - Progressively adding type annotations and enabling more strict options, which will improve the codebase (IMO). - Annotating the public API in-line, and eventually exposing it to library users who use type checkers (with a py.typed file). Though, none of this is done yet. Refs https://github.com/pytest-dev/pytest/issues/3342.
2019-02-08Ignore pip-generated 'pip-wheel-metadata' folder [skip ci]Bruno Oliveira
2018-11-12fix gitignoreAly Sivji
2018-11-12moving plugin inside pytest first passAly Sivji
2018-09-14Ignore Sphinx's .doctrees folderBruno Oliveira
2018-09-05Add codecov support to AppVeyor and remove coverallsBruno Oliveira
2018-09-01Fix lintingBruno Oliveira
2018-08-31Improve performance of assertion rewriting. Fixes #3918Fabio Zadrozny
2018-05-26switch to src layoutRonny Pfannschmidt
2018-01-29Add .pytest_cache directory to gitignoreBruno Oliveira
2017-04-19second take at setuptools_scmRonny Pfannschmidt
since setuptools 18.6 fixes the issues with develop installs https://github.com/pypa/setuptools/blob/master/CHANGES.rst#186 https://github.com/pypa/setuptools/issues/439
2016-06-01merge master to featuresRonny Pfannschmidt
2016-05-31ignore hypothesis temp folderRonny Pfannschmidt
2016-04-02Add .hypothesis to .gitignore and try an older version of Hypothesis for 2.6Ceridwen
2015-09-17revert setuptools_scm addition introduced with ↵holger krekel
f22d14b105553e99946ccdbe8c47bc450863d843
2015-09-13merge the pytest-cache plugin into coreRonny Pfannschmidt
2015-07-25use setuptools_scm to determine the versionRonny Pfannschmidt
2013-12-12.gitignore: Removed *.html ruleTobias Bieniek
The Sphinx templates are HTML files and should be included.
2013-07-11fixes for py25 in test_skippingAnatoly Bubenkov
2013-07-06add travis integration, fixes for py25 and py27 no pyc tox envAnatoly Bubenkov
--HG-- branch : travis-integration