Skip to content

Commit

Permalink
remove unnecessary static test file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 8, 2024
1 parent 625972a commit 3d17a62
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions tests/test_files/myfile

This file was deleted.

Binary file removed tests/test_files/myfile.gz
Binary file not shown.
Binary file removed tests/test_files/myfile_bz2.bz2.gz
Binary file not shown.
Binary file removed tests/test_files/myfile_gz.gz
Binary file not shown.
Binary file removed tests/test_files/myfile_lzma.lzma
Binary file not shown.
Binary file removed tests/test_files/myfile_lzma.lzma.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions tests/test_files/myfile_txt

This file was deleted.

Binary file removed tests/test_files/myfile_txt.gz
Binary file not shown.
Binary file removed tests/test_files/myfile_xz.xz
Binary file not shown.
Binary file removed tests/test_files/myfile_xz.xz.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_makedirs_p(self):
assert os.path.exists(self.test_dir_path)
makedirs_p(self.test_dir_path)
with pytest.raises(OSError):
makedirs_p(os.path.join(TEST_DIR, "myfile_txt"))
makedirs_p(os.path.join(TEST_DIR, "3000_lines.txt"))

def teardown_method(self):
os.rmdir(self.test_dir_path)

0 comments on commit 3d17a62

Please sign in to comment.