Skip to content

Commit 172e226

Browse files
committed
feat: add test files and update .gitignore to include generated test files
1 parent c8137d0 commit 172e226

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3333
# Finder (MacOS) folder config
3434
.DS_Store
3535

36-
# test files
37-
test_directory
36+
# test generated files (but keep test_directory for tests)
3837
extracted_directory
39-
*.zip
38+
test_*.zip
39+
convenience_test.zip
40+
roundtrip_test.zip
41+
compression_test.zip
42+
temp_*.zip

test.zip

109 Bytes
Binary file not shown.

test_directory/.keep

Whitespace-only changes.

test_directory/binary.bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


test_directory/file1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Content of file 1

test_directory/file2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"key": "value"}

0 commit comments

Comments
 (0)