this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Removed unneccessary test file

I moved this test into test_import.py in the previous commit.

-10
-10
tests/test_create_zip.py
··· 1 - import pathlib 2 - 3 - from .utils import create_zip 4 - 5 - 6 - def test_create_zip(): 7 - zf = create_zip(pathlib.Path(__file__).parent / "zip_contents") 8 - assert {"account.js", "saved-search.js", "following.js", "follower.js"} == { 9 - f.filename for f in zf.filelist 10 - }