提交 51178908 编写于 作者: Y yaoxuefeng6

fix windows ut

上级 ea86160d
......@@ -108,6 +108,8 @@ class TestMultiSlotStringDataGenerator(unittest.TestCase):
class TestMultiSlotStringDataGenerator_2(unittest.TestCase):
@unittest.skipIf(sys.platform == "win32",
"Windows does not support this pipe command")
def test_MyMultiSlotStringDataGenerator_stdin(self):
with open("test_queue_dataset_run_a.txt", "w") as f:
data = "2 1 2\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册