holger krekel
804dcd3521
some adjustments to make py.test --basetemp=XYZ work where
...
XYZ is a subdir the checkout which contains a conftest.py
--HG--
branch : trunk
2010-06-07 21:02:26 +02:00
holger krekel
9173b60677
internal test runs: do inline_run() without io-capturing
...
as this nested capturing can leave open FDs which breaks
larger test runs. also introduce an internal option "--lsof"
for checking the number of file descriptors
--HG--
branch : trunk
2010-05-25 12:24:51 +02:00
holger krekel
578cba20d4
fix issue94 make reporting more robust against bogus source code
...
(and internally be more careful when presenting unexpected byte sequences)
also make py.code.Source accept a list of lines directly.
--HG--
branch : trunk
2010-05-21 16:42:46 +02:00
Benjamin Peterson
78d67c007b
be more robust about bad std stream encodings
...
--HG--
branch : trunk
2010-04-28 17:19:49 -05:00
Benjamin Peterson
d93016d85f
remove the unused return value of fnmatch_lines
...
--HG--
branch : trunk
2010-04-28 17:12:38 -05:00
Benjamin Peterson
f2be437daa
some py3 encoding fixes
...
Also return True if fnmatch succeeds.
--HG--
branch : trunk
2010-04-28 16:51:36 -05:00
holger krekel
37cdf17e0e
fix some py3 issues, particularly for 3.1.2 which has truncate(0) not change the file position
...
so that a seek(0) is needed in addition.
--HG--
branch : trunk
2010-04-28 13:22:05 +02:00
holger krekel
fe34a8a15a
a couple of more fixes/refinements for getting py.test to run better on jython/win32
...
--HG--
branch : trunk
2010-04-21 03:50:03 -07:00
holger krekel
95de17b652
refine tests and refine code to deal with new xdist semantics.
...
--HG--
branch : trunk
2010-01-17 23:23:02 +01:00
holger krekel
9da1ba40ed
move down py/impl/XYZ to py/_XYZ
...
--HG--
branch : trunk
2010-01-13 17:15:54 +01:00