mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
add output tests
This commit is contained in:
parent
eac342c0cc
commit
9d08ebaa38
5 changed files with 255 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue