use new marking idioms, simplify generalized skipping implementation
--HG-- branch : trunk
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import py, sys, os
|
||||
|
||||
skipif = "not hasattr(os, 'fork')"
|
||||
pytestmark = py.test.mark.skipif("not hasattr(os, 'fork')")
|
||||
|
||||
def test_waitfinish_removes_tempdir():
|
||||
ff = py.process.ForkedFunc(boxf1)
|
||||
|
||||
Reference in New Issue
Block a user