forked from InstaPy/InstaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move old tests which are incompatible with current code to an archive…
… & 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
Showing
6 changed files
with
6 additions
and
148 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.