From 9b6c3be7c26f7d93fd08babe70916ae8a7527abd Mon Sep 17 00:00:00 2001 From: Samuel Pua Date: Sat, 25 Dec 2021 02:02:19 +0800 Subject: [PATCH] Added comment on pytest --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)