From 05ff046c3b199ad7f474df5ef5001d1ed0e3f635 Mon Sep 17 00:00:00 2001 From: RangiLyu <lyuchqi@gmail.com> Date: Fri, 4 Mar 2022 11:09:10 +0800 Subject: [PATCH] ignore ut of unimplemented modules (#79) --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 826e4d13..c4145a73 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,4 @@ testpaths = tests norecursedirs = tests/data tests/test_visualizer + tests/test_runner -- GitLab