Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Use separate keyring for tests #178

Closed robin-nitrokey closed 9 months ago

robin-nitrokey commented 10 months ago

To make the test suite more robust, we set the --keyring and --trustdb flags so that gnupg uses separate keyrings and trustdbs for each test case (and not those in $HOME/.gnupg).

To do:

robin-nitrokey commented 10 months ago

I haven’t been able to execute a full test run with this change because of an old GnuPG version, but it works in the CI so it should work with a real device too.