-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
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,11 @@ | ||
# Testing | ||
|
||
These tests use the Simyan requests caching for mocking tests, so tests will | ||
run quickly and not require credentials. | ||
|
||
If your code adds a new URL to the cache, set the `COMICVINE_API_KEY` environment variable | ||
before running the test and it will be populated in the `Simyan-Cache.sqlite` database. | ||
|
||
At any point you should be able to delete the database, set any creditials, and | ||
run the full test suite to repopulate it (though some of the results might be | ||
diffent if any of the data has changed at Comic Vine). |