holger krekel
|
974e4e3a9d
|
skip the symlink test on windows, win32/py32 does not support it without privs
|
2011-11-07 22:00:12 +00:00 |
holger krekel
|
369b7709f7
|
use os.symlink to make things work on windows/py32
|
2011-11-07 21:02:07 +00:00 |
holger krekel
|
a2f4a11301
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
holger krekel
|
077c468589
|
don't remove symlinks from temporary directory path - should help with some standard OSX setups
|
2011-11-06 19:34:02 +00:00 |
holger krekel
|
f456e376b9
|
refine tmpdir handling and docs
- clear tmpdir specified with --basetemp
- remove config.mktmp and config.getbasetemp methods
|
2010-11-21 17:43:18 +01:00 |
holger krekel
|
a698465487
|
streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
|
2010-11-17 22:12:16 +01:00 |
holger krekel
|
076e03e90f
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |