docusign-esign-python-client icon indicating copy to clipboard operation
docusign-esign-python-client copied to clipboard

Test failure due to undocumented required environmental variable $PRIVATE_KEY

Open josh-marshall-jax opened this issue 5 years ago • 2 comments
trafficstars

The tests fail due to the following:

File "/home/marshjo/Documents/clarity-docusign/docusign-python-client/test/unit_tests.py", line 22, in <module>
    PrivateKeyBytes = base64.b64decode(os.environ.get("PRIVATE_KEY"))

I suspect that is because your default internal setup includes this. Please add a "Testing" section to the README to cover testing requirements.

josh-marshall-jax avatar Mar 20 '20 19:03 josh-marshall-jax

Good point, thank you. I have filed internal ticket DCM-4067

LarryKlugerDS avatar Apr 06 '20 10:04 LarryKlugerDS

Would also appreciate a Testing section in the README so we can easily validate these tests independently.

Anntoin avatar Aug 05 '21 15:08 Anntoin