aviau / python-pass

For fun - I have decided to write pass in python
http://aviau.github.io/python-pass/
GNU General Public License v3.0
36 stars 17 forks source link

Isolate gpg in tests #13

Closed mdellweg closed 6 years ago

mdellweg commented 6 years ago

As i disliked, putting the test key in my private keyrings, i figured out a way to isolate gnugp from using the users keyrings. Bonus: the second patch makes the tests pass again (at least locally).

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling f79b54d101a1ce929978b3b75b644f6938d8382c on mdellweg:isolate_gpg_in_tests into on aviau:master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 17d8ed4d007501f43fd751e4b2fb6219c4f4d450 on mdellweg:isolate_gpg_in_tests into on aviau:master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 8b77256921ff17c53d3f49e15bfd62c70ded5c94 on mdellweg:isolate_gpg_in_tests into on aviau:master.

mdellweg commented 6 years ago

Sorry, i needed to disable some test suites, because the corresponding interpreter is not installed in the travis environment.

aviau commented 6 years ago

nice!