Compare commits
No commits in common. "662e03adb3a52260e23d0fcb7a0d33e5e51aa9bd" and "6f1148e77cd6d28da82195ceed4387a1fa1f0287" have entirely different histories.
662e03adb3
...
6f1148e77c
18
README.md
18
README.md
|
@ -41,24 +41,6 @@ Full list of requirements:
|
|||
|
||||
Feel free to submit pull requests. Please follow the [Code Conventions](CONVENTIONS.md) when doing so.
|
||||
|
||||
|
||||
### Testing
|
||||
|
||||
Testing requires the [pytest](https://docs.pytest.org/en/stable/) library.
|
||||
|
||||
Run tests with the following command:
|
||||
|
||||
```sh
|
||||
pytest test
|
||||
```
|
||||
|
||||
Test coverage can be run using the [`pytest-cov`](https://pypi.org/project/pytest-cov/) extension:
|
||||
|
||||
```sh
|
||||
pytest --cov=fin_defs test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.49'
|
||||
__version__ = '0.1.48'
|
||||
|
|
Loading…
Reference in New Issue
Block a user