You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. There is no need to check for the availability of `gzip` because it
is in the Python standard library.
2. There is no need to write code for managing temporary directories
because `pytest` provides the `tmp_path` fixture.
3. A separate test for checking the existance of a file produced by the
tests is not needed because if it does not exist the following tests
fail anyways.
0 commit comments