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

Where is the key 5C5833E3? #31

Closed jluttine closed 3 years ago

jluttine commented 3 years ago

The unit tests seem to use key id 5C5833E3. Where is this key? I couldn't find it in the repository. Or how are the tests supposed to work?

aviau commented 3 years ago

I don't see any test that requires the 5C5833E3 secret key.

There are tests that use the secret key located here:

The tests are ran in the CI, so there is nothing missing in the repo.

jluttine commented 3 years ago

I was referring to these lines:

But indeed, looking at .travis.yml and Makefile helped me to figure out how to set up the keys for the tests. Thanks!