summaryrefslogtreecommitdiff
path: root/testing/test_tmpdir.py
AgeCommit message (Expand)Author
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-03fix issue354: avoid tmpdir fixture to create too long filenames especiallyholger krekel
2013-09-28simplify Config constructorholger krekel
2013-04-22allow re-running of a test item (as exercised by theholger krekel
2012-11-19modernize tmpdir fixture (use request.node in tmpdir fixture, use @pytest.fix...holger krekel
2012-10-11make tmpdir fixture always return a realpath()ed tmpdir and make a noteholger krekel
2012-07-20discover funcarg factories independently from request/Function itemsholger krekel
2012-06-25mid-scale refactoring to make request API available directly on items.holger krekel
2011-11-07skip the symlink test on windows, win32/py32 does not support it without privsholger krekel
2011-11-07use os.symlink to make things work on windows/py32holger krekel
2011-11-07refine lsof/FD leakage testing and rework test setup and some of pytest own t...holger krekel
2011-11-06don't remove symlinks from temporary directory path - should help with some s...holger krekel
2010-11-21refine tmpdir handling and docsholger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-13also un-nest test directoryholger krekel