Updated a couple of tests to use pytest-mock

This commit is contained in:
Rhet Turnbull
2020-05-10 09:00:56 -07:00
parent 605d63aa4f
commit 397db0d72f
3 changed files with 15 additions and 12 deletions

View File

@@ -1,8 +1,9 @@
# Tests for osxphotos #
## Running Tests ##
Tests require pytest:
Tests require pytest and pytest-mock:
`pip install pytest`
`pip install pytest-mock`
To run the tests, do the following from the main source folder:
`python -m pytest tests/`