summaryrefslogtreecommitdiff
path: root/testing/test_conftest.py
AgeCommit message (Expand)Author
2018-05-13Spelling and grammar fixesVille Skyttä
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-12-11simplify test_conftest_found_with_double_dash() test codeJurko Gospodnetić
2017-12-09shorten some test codeJurko Gospodnetić
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E271 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E241 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E101 flake8 errorsAndras Tim
2017-06-01Fix --help with required optionsSegev Finer
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-12-02Remove hook proxy cacheBruno Oliveira
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2016-07-20Merge branch 'features' into conftest-exception-printingBruno Oliveira
2016-07-14Added confcutdir in testing/test_conftest.py::test_conftest_import_order andRedBeardCode
2016-07-05Fixing link to issue and creating testcase that shows that it finds the line ...Javier Domingo Cansino
2016-01-25Moved py.code code over to py.testBruno Oliveira
2015-09-28fix issue #1073 -- shortcut plugin hook lookup if the attrname is notholger krekel
2015-08-18return non-zero exit code if no tests are collectedBruno Oliveira
2015-07-23Avoid detecting conftest files upwards from setup.cfg/pytest.ini/tox.ini file...Bruno Oliveira
2015-07-15Use a subdirectory in the TEMP directory to speed up tmpdir creationBruno Oliveira
2015-06-23Merge pull request #799 from pytest-dev/noconftestholger krekel (rather uses bitbucket/hpk42)
2015-06-23Merge branch 'pytest-2.7'holger krekel
2015-06-23Check conftest.py is not loaded with --confcutdir.Florian Bruhin
2015-06-23Add a --noconftest option.Florian Bruhin
2015-04-22merge conftest management into PytestPluginManagerholger krekel
2015-03-01Add commentsEric Siegerman
2015-02-27move conftest visibility tests and their setup into a class, accomodates @nic...holger krekel
2015-02-26fix issue616 - conftest visibility fixes. This is achieved byholger krekel
2014-08-01Simply show the node ID for verbose outputFloris Bruynooghe
2014-07-28fix conftest detection if commandline arguments contain "::" syntaxholger krekel
2014-04-02cleanup internal conftest handling and avoid the strange None entry in the co...holger krekel
2014-04-02fix issue436: improved finding of initial conftest files from commandholger krekel
2013-11-21remove an old duplicate marker and use recent pytest mechanism for parametriz...holger krekel
2013-11-12use deepest fixturedef for fixture closureAnatoly Bubenkov
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-07-06remove unnecessary printAnatoly Bubenkov
2013-04-18Load conftest files in the correct order initiallyFloris Bruynooghe
2012-10-05rename a number of internal and externally visible variables to use the fixtu...holger krekel
2012-06-26fix issue151 - heuristcally lookup conftest files on all command line argumen...holger krekel
2011-09-21try to make test suite pass on jython 2.5.1 againholger krekel
2011-01-11remove same-conftest.py detection - does more harm than goodholger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13flat is better than nested (cont'd):holger krekel
2010-11-13internally use pytest.* instead of ``py.test.*`` in many places.holger krekel