diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py index c1609df..9953172 100644 --- a/tests/testlive_comprehensive.py +++ b/tests/testlive_comprehensive.py @@ -55,9 +55,9 @@ test_file_path = Path('tests/viper-test-files') print(test_file_path, 'exists: ', test_file_path.exists()) -if not test_file_path.exists(): - print('The test files are missing, pulling it.') - os.system('git clone https://github.com/viper-framework/viper-test-files.git tests/viper-test-files') +#if not test_file_path.exists(): +# print('The test files are missing, pulling it.') +# os.system('git clone https://github.com/viper-framework/viper-test-files.git tests/viper-test-files') class TestComprehensive(unittest.TestCase):