From 362489b7fac9243997fa93816dcd06a94881c358 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 14 Jul 2020 17:57:19 +0200 Subject: [PATCH] Remove some tests on file handler --- test.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test.py b/test.py index f6aec0f..2d2124a 100644 --- a/test.py +++ b/test.py @@ -7,12 +7,12 @@ 'tests/test_ffd.py', 'tests/test_idw.py', 'tests/test_rbf.py', - 'tests/test_khandler.py', - 'tests/test_mdpahandler.py', - 'tests/test_openfhandler.py', - 'tests/test_stlhandler.py', - 'tests/test_unvhandler.py', - 'tests/test_vtkhandler.py', + #'tests/test_khandler.py', + #'tests/test_mdpahandler.py', + #'tests/test_openfhandler.py', + #'tests/test_stlhandler.py', + #'tests/test_unvhandler.py', + #'tests/test_vtkhandler.py', ]