Files
2020-06-14 19:14:31 +03:00
..
2019-07-08 09:43:54 -07:00
2020-02-28 23:49:22 +02:00
2020-02-26 18:41:55 +02:00
2019-10-14 20:50:30 +03:00
2019-07-08 10:07:41 -07:00
2019-10-19 13:24:18 +03:00
2020-06-14 19:14:31 +03:00
2020-06-05 14:51:22 +03:00
2020-06-05 14:51:22 +03:00
2020-06-09 16:32:16 +03:00
2019-10-13 23:55:24 +03:00
2019-07-08 09:43:54 -07:00
2019-07-08 09:43:54 -07:00
2019-07-08 09:43:54 -07:00
2019-07-08 09:43:54 -07:00
2019-10-12 14:49:34 +03:00
2020-06-14 19:14:31 +03:00
2020-06-09 14:29:16 +03:00
2019-10-21 19:42:48 +03:00

Tests

Initially obtain from GNUK repository.

wiki

repository

repository with last commits

tests lay here

original readme

Here is a test suite for OpenPGP card.

For now, only TPDU card reader is supported for OpenPGP card. Gnuk Token is supported as well.

You need to install:

$ sudo apt install python3-pytest python3-usb python3-cffi

and install crypto library

python -m pip install pycryptodome

Please run test by typing:

`$ py.test-3 -x`

Or with verbose

`$ py.test-3 -x -vv`

or

`$ py.test-3 -x v`