Compare commits
No commits in common. "6e54a830130781a69dd3e04d8409bf644ad37587" and "f98dd56a80bd1e64ee6faaf30445f38f1d1b7095" have entirely different histories.
6e54a83013
...
f98dd56a80
18
README.md
18
README.md
|
@ -36,24 +36,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=requests_util test
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.33'
|
||||
__version__ = '0.1.32'
|
||||
|
|
Loading…
Reference in New Issue
Block a user