mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-02 06:40:21 +01:00
changed url of appveyor badge and added redis for testing
This commit is contained in:
parent
8fb42e5b65
commit
463d6793d0
16
README.md
16
README.md
|
|
@ -1,7 +1,7 @@
|
|||
# pyhamtools
|
||||
|
||||
[](https://travis-ci.org/dh1tw/pyhamtools)
|
||||
[](https://ci.appveyor.com/api/projects/status/github/dh1tw/pyhamtools)
|
||||
[](https://travis-ci.org/dh1tw/pyhamtools)
|
||||
[](https://ci.appveyor.com/project/dh1tw/pyhamtools)
|
||||
[](https://codecov.io/gh/dh1tw/pyhamtools)
|
||||
[](https://badge.fury.io/py/pyhamtools)
|
||||
|
||||
|
|
@ -113,11 +113,21 @@ $ export QRZ_PWD="<your qrz.com password>"
|
|||
|
||||
```
|
||||
|
||||
In order to perform the tests related to the [redis](https://redis.io/) key/value
|
||||
store, a redis server has to be up & running.
|
||||
|
||||
```bash
|
||||
|
||||
$ sudo apt install redis-server
|
||||
$ redis-server
|
||||
|
||||
```
|
||||
|
||||
To run the tests, simply execute:
|
||||
|
||||
```bash
|
||||
|
||||
$ pytest
|
||||
$ pytest --cov pyhamtools
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue