testing for two new hooks

changed name of testing files folder for testing samples... updated all paths using it
This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-12 11:31:40 -03:00
parent 04d965a6a5
commit 23dfdc438c
40 changed files with 86 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import sys
def get_sample_file_path(file_name):
current_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
testing_files_folder_path = current_path + '/testing_files/'
testing_files_folder_path = current_path + '/testing_samples/'
return testing_files_folder_path + file_name