Skip to content

Commit

Permalink
update readme - we need to run pytest before pushing!
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jan 7, 2025
1 parent bb3b49d commit 63e5c3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ The server includes web based browsing and plotting of Map Manager annotations.
<IMG SRC="docs/img/mmserver_leaflet.png" width=900>
<IMG SRC="docs/img/mmserver_leaflet2.png" width=900>

## Contributing

Tests can be run with

```
pytest src/pymapmanager/tests
```

And flake8

```
flake8 ./src --count --select=E9,F63,F7,F82 --show-source --statistics
```

[redis]: https://redis.io/
[rest-api]: http://cudmore.github.io/PyMapManager/rest-api/

0 comments on commit 63e5c3e

Please sign in to comment.