Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Nov 20, 2023
1 parent a20d2eb commit f351b69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ To install it:

**NOTE:** if you are using an Apple M1, please make sure to update *coincurve* (required by *bip_utils*) to version 17.0.0 otherwise it won't work.

To run tests:
# Test and Coverage

python -m unittest discover
Install develop dependencies:

Or you can install *tox*:
pip install -r requirements-dev.txt

pip install tox
To run tests:

And then simply run it:
python -m unittest discover

tox
To run tests with coverage:

This will run code coverage with different Python versions and perform style and code analysis.\
For quick test:
coverage run -m unittest discover
coverage report

tox -e unittest
To run code analysis, just execute the `analyze_code` script.

# Modules description

Expand Down

0 comments on commit f351b69

Please sign in to comment.