Skip to content

Commit

Permalink
Merge pull request #86 from robyoung/update-testing-instructions
Browse files Browse the repository at this point in the history
Update instructions for running tests
  • Loading branch information
kennedyshead authored Dec 13, 2024
2 parents 95f0273 + 9f0c401 commit 90bfa9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ Small wrapper for asuswrt. ![Python package](https://github.com/kennedyshead/aio

### How to run tests

`python setup.py test`
Install [tox](https://tox.wiki/en/latest/)
```bash
pip install tox
```

Run the tests:
```bash
tox
```

## Credits:
[@mvn23](https://github.com/mvn23)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description-file = README.md

[tool:pytest]
addopts = --durations=10 --cov-report html --cov-report term-missing -x
asyncio_mode = strict

[flake8]
ignore = E501

0 comments on commit 90bfa9d

Please sign in to comment.