Compare commits
No commits in common. "810c6a18d626a9bf3dbc8f528194070bfb3bb50d" and "604cb13c0aab1a7f114e32c32bdae6f3a0402a76" have entirely different histories.
810c6a18d6
...
604cb13c0a
18
README.md
18
README.md
|
@ -89,24 +89,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=libpurple_to_markdown test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.9'
|
||||
__version__ = '0.1.8'
|
||||
|
|
Loading…
Reference in New Issue
Block a user