add output tests

This commit is contained in:
scito 2022-09-03 23:47:43 +02:00
parent eac342c0cc
commit 9d08ebaa38
5 changed files with 255 additions and 7 deletions

View file

@ -84,24 +84,23 @@ devbox shell
### PyTest
There are basic pytests, see `test_extract_otp_secret_keys_pytest.py`.
There are basic [pytest](https://pytest.org)s, see `test_extract_otp_secret_keys_pytest.py`.
Run tests:
```
pytest unittest
pytest
```
or
```
python -m pytest
```
### unittest
There are basic unit tests, see `test_extract_otp_secret_keys_unittest.py`.
There are basic [unittest](https://docs.python.org/3.10/library/unittest.html)s, see `test_extract_otp_secret_keys_unittest.py`.
Run unit tests:
Run tests:
```
python -m unittest