[svn r37638] Re-enabled the tests on win32
--HG-- branch : trunk
This commit is contained in:
parent
307a727a7e
commit
acf54574c4
|
@ -8,10 +8,6 @@ from py.__.apigen.project import Project
|
||||||
from py.__.test.web import webcheck
|
from py.__.test.web import webcheck
|
||||||
from py.__.apigen.conftest import option
|
from py.__.apigen.conftest import option
|
||||||
|
|
||||||
def setup_module(mod):
|
|
||||||
if py.std.sys.platform == "win32":
|
|
||||||
py.test.skip("apigen does not fully support win32 yet")
|
|
||||||
|
|
||||||
def run_string_sequence_test(data, seq):
|
def run_string_sequence_test(data, seq):
|
||||||
currpos = -1
|
currpos = -1
|
||||||
for s in seq:
|
for s in seq:
|
||||||
|
|
Loading…
Reference in New Issue