Compare commits
2 Commits
6f1148e77c
...
662e03adb3
Author | SHA1 | Date | |
---|---|---|---|
662e03adb3 | |||
b08efc4909 |
18
README.md
18
README.md
|
@ -41,6 +41,24 @@ 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.48'
|
||||
__version__ = '0.1.49'
|
||||
|
|
Loading…
Reference in New Issue
Block a user