diff --git a/README.md b/README.md index fe4c564..2455157 100644 --- a/README.md +++ b/README.md @@ -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)