Skip to content

Commit

Permalink
chg: Disable fastmode, reenable fetching files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 23, 2023
1 parent 8172fdf commit 799ed8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testlive_comprehensive.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@

urllib3.disable_warnings()

fast_mode = True
fast_mode = False

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):
Expand Down

0 comments on commit 799ed8c

Please sign in to comment.