Skip to content

Commit

Permalink
added instructions how to test this software
Browse files Browse the repository at this point in the history
  • Loading branch information
markur4 committed Nov 30, 2023
1 parent 9d92e29 commit d32a2a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://gith
# Installation 📦

``` bash
# Install from PyPi:
pip install plotastic
# or

# For the latest version (check CHANGELOG.md!):
pip install git+https://github.com/markur4/plotastic.git
```

Expand Down Expand Up @@ -1045,3 +1047,12 @@ plt.savefig("example.png", dpi=200, bbox_inches="tight")



# 🧪 Testing
- Download/Clone repository
- Install development tools `pip install .[dev]`
- Run tests
- Run `pytest ./tests`
- To include a coverage report run
`pytest ./tests -cov--cov-report=html` and open
`./htmlcov/index.html` with your browser.

0 comments on commit d32a2a6

Please sign in to comment.