How to run tests localy?
leits opened this issue ยท 2 comments
leits commented
I found at least 3 variables that try to get out of the environment in the tests.
What to put there?
Please, provide some docs!
key = os.getenv("DETA_SDK_TEST_PROJECT_KEY")
name = os.getenv("DETA_SDK_TEST_DRIVE_NAME")
host = os.getenv("DETA_SDK_TEST_DRIVE_HOST")
abdelhai commented
We added a contributing guide. Thanks for the feedback!