Added unit tests (#58)
authorlmcclell <48396038+lmcclell@users.noreply.github.com>
Sat, 30 Jan 2021 22:47:14 +0000 (09:47 +1100)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 22:47:14 +0000 (23:47 +0100)
commit485a8d19b4e55f8a0883b8e003e687f08189268e
tree28911e412e625065e74921eac64f3de377a950f8
parentd26b9e96837f6644606f0cb43b5a43e86db486da
Added unit tests (#58)

* Add unit testing for key decryption

* Add functional tests
14 files changed:
.github/workflows/testing.yaml [new file with mode: 0644]
.gitignore
README.md
ffpass/__init__.py
tests/firefox-70/key4.db [new file with mode: 0644]
tests/firefox-70/logins.json [new file with mode: 0644]
tests/firefox-84/key4.db [new file with mode: 0644]
tests/firefox-84/logins.json [new file with mode: 0644]
tests/firefox-mp-70/key4.db [new file with mode: 0644]
tests/firefox-mp-70/logins.json [new file with mode: 0644]
tests/firefox-mp-84/key4.db [new file with mode: 0644]
tests/firefox-mp-84/logins.json [new file with mode: 0644]
tests/test_key.py [new file with mode: 0644]
tests/test_run.py [new file with mode: 0644]