diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-14 11:50:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-14 12:52:39 -0400 |
commit | 50cc68846f9b78a4d0984c5a9475203b3c87c1e0 (patch) | |
tree | cad38e5b57c4eebab80ad99c645396200a3b824c /.gitignore | |
parent | 52e5088a39b4d47e124a79c357dd04233658c583 (diff) | |
download | python-coveragepy-git-50cc68846f9b78a4d0984c5a9475203b3c87c1e0.tar.gz |
test: improve zipfile test
Before this commit, the GetZipBytesTest.test_get_encoded_zip_files test
was flaky on Python 3.10.0a7. Since I had just added new files to the
common zip file, I tried splitting the newly added stuff into its own
file, and that seemed to fix the problem.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ setuptools-*.egg # Stuff in the test directory. covmain.zip zipmods.zip +zip1.zip # Stuff in the doc directory. doc/_build |