summaryrefslogtreecommitdiff
path: root/doc/en/goodpractices.rst
AgeCommit message (Expand)Author
2020-07-17docs: support Sphinx>=3.1 and require itRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-03-06docs: remove doc/en/links.inc (#6853)Daniel Hahler
2019-09-04Fix anchor link from Good Practices to Pythonpath docGene Wood
2019-08-06replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.....boris
2019-08-06Revert "remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. cod...boris
2019-08-06remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")boris
2019-08-06label code blocksboris
2019-07-03remove documentation about setuptools integration Refs #5534Thomas Grainger
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-02-23Fix docs about pytest conventions for test functionsBruno Oliveira
2019-02-21Fix lintingBruno Oliveira
2019-02-21Revert recommending virtualenv for Python 3.4Bruno Oliveira
2019-02-21Mention that virtualenv should be used for Python 3.4 as wellBruno Oliveira
2019-02-21recommend venv or virtualenv, depending on python versionJeff Hale
2019-02-20Recommend use venv instead of virtualenv Jeff Hale
2019-01-09Mention PYTHONPATH semantics in goodpractices.rstBruno Oliveira
2018-08-26Code block: :: missing and 4 spaces instead of 5Gandalf Saxe
2018-08-24correct cmdclassAndrew Champion
2018-08-23Fix lintingBruno Oliveira
2018-08-23Move information on `pip install -e` to the topGandalf Saxe
2018-07-04Correct code blocks in docsAnthony Sottile
2018-06-03blacken docsAnthony Sottile
2018-05-25Fix tox spelling (all lower case).Oliver Bestwalter
2018-05-13Spelling and grammar fixesVille Skyttä
2018-04-26Update all pypi.python.org URLs to pypi.orgJon Dufresne
2017-08-25Fix typo in goodpractices.rstJoe Talbott
2017-08-16Fixed error in 'Good Practices' code snippetAntonio Hidalgo
2017-07-27Move historical notes to their own docBruno Oliveira
2017-04-06moved documentation of conftest.py hack to nose.rstSkylar Downes
2017-04-06Merge branch 'master' into masterSkylar Downes
2017-03-14Mention the src layout as recommended practiceBruno Oliveira
2017-03-14Add more information to test-layout docs as discussed during PRBruno Oliveira
2017-03-09Fix typoBruno Oliveira
2017-03-09Attempt to clarify the confusion regarding __init__ files and unique test namesBruno Oliveira
2017-01-02Fix broken linksPeter Heatwole
2016-12-02Fix minor typoIsmail
2016-11-26Clarify test discovery docs.Ana Vojnovic
2016-10-20Remove example of obsolete pytest.main usage with stringBruno Oliveira
2016-09-15Update goodpractices.rstSkylar Downes
2016-09-15clarified purpose of `pip install -e` commandSkylar Downes
2016-08-17Support [tool:pytest] in setup.cfg filesBruno Oliveira
2016-06-26Remove deprecated cmd optionsRedBeardCode
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
2016-03-20Add Jenkins xUnit Plugin link to docOmar Kohl
2016-01-20Fix practise -> practice typo in documentationLoïc Estève