Skip to content

Commit

Permalink
Move old tests which are incompatible with current code to an archive…
Browse files Browse the repository at this point in the history
… & make a sample test file

Although those old tests are deprecated and incompatible with today's code, they are very decent and written by a tester professional.
So that, it's best to fix the incompatibilities in them and serve them as strong tests to be run by pytest.
  • Loading branch information
uluQulu committed Jan 11, 2019
1 parent 0f7f433 commit 46838c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 148 deletions.
Binary file added tests/old_tests.rar
Binary file not shown.
59 changes: 0 additions & 59 deletions tests/test_instapy.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/test_like_util.py

This file was deleted.

6 changes: 6 additions & 0 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from instapy import Settings


def test_settings():
assert Settings.log_location == None

55 changes: 0 additions & 55 deletions tests/test_unfollow_util.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/test_util.py

This file was deleted.

0 comments on commit 46838c3

Please sign in to comment.