Skip to content

Commit

Permalink
Updated dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 11, 2024
1 parent f49e84e commit 12b5c9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ These notes are so that I can remember how to build and test PhotoScript.
Tests are written with `pytest`. You must use the `-s` flag when running tests to see the interactive prompts requireed for running the tests.
To test, run `pytest -vv -s`.

The test suite will copy a test Photos library to your `~/Pictures` directory.
You may be prompted in Photos to allow it to switch libraries. Once the test suite is complete,
you will need to manually switch back to your original library. To do this, close Photos, then hold
down the `option` key while clicking on the Photos icon in the dock. You will be prompted to select
a library; select your original library.

## Docs

Build docs with `mkdocs build` then deploy to GitHub pages with `mkdocs gh-deploy`
Expand Down

0 comments on commit 12b5c9e

Please sign in to comment.