Skip to content

Commit

Permalink
added dummy test folders (this time they work)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fenton committed Nov 16, 2024
1 parent 0f8eae8 commit 8d0d90e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i18nilize/tests/util/test_diffing_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def initialize_test_data(self, directory):
def bulk_modify_test_data(self, directory):
file_names = os.listdir(directory)
for file_name in file_names:
if file_name == ".gitkeep":
continue
language_data = read_json_file(os.path.join(directory, file_name))
with open(os.path.join(self.test_directory, file_name), 'w') as json_file:
json.dump(language_data, json_file, indent=4)
Expand Down

0 comments on commit 8d0d90e

Please sign in to comment.