Added comment on pytest

This commit is contained in:
2021-12-25 02:02:19 +08:00
parent e43bf5c30d
commit 9b6c3be7c2

View File

@@ -37,6 +37,13 @@ Ubuntu
sudo apt install imagemagick
```
## Tests
The package has unit testing included through `pytest`. This may be executed through:
```
python3 -m pytest tests
```
## References
This project utilises code from digitalduke (https://github.com/digitalduke/otpauth-migration-decoder)