Configure tests to work with test automations (#23)

* configure tests to work with test automations

* configure pydantic to use .env

* whoops

* simpler simpler

* use new specklepy pytest fixtures

* bump specklepy
This commit is contained in:
Chuck Driesler
2024-06-06 13:56:26 +01:00
committed by GitHub
parent 606adbefb2
commit 7caf02d8d1
5 changed files with 134 additions and 240 deletions
+4 -1
View File
@@ -1 +1,4 @@
SPECKLE_TOKEN=mytoken
SPECKLE_TOKEN="mytoken"
SPECKLE_SERVER_URL="http://127.0.0.1:3000"
SPECKLE_PROJECT_ID=""
SPECKLE_AUTOMATION_ID=""