Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/47631c75c2754577d7088271f122f97cb707e1f9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update README with new packages required for dev

Specifically, added `pytest-mock` requirement and a one-liner to install
all the prerequisites.
pull/5/head
Robert Dailey 4 years ago
parent f128939f57
commit 47631c75c2

@ -173,3 +173,10 @@ In addition to the above limitations, the following items are planned for the fu
Some additional packages are required to run the unit tests. All can be installed via `pip`:
* `pytest`
* `pytest-mock`
To install all of the above required packages, here's a convenient copy & paste one-liner:
```txt
pip install pytest pytest-mock
```

Loading…
Cancel
Save