Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 095b478

Browse files
committed
Merge branch 'master' of https://github.com/Typeform/typeform-python-sdk into feature/activate-mocking
2 parents fb1d907 + e10bc3c commit 095b478

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Python Client wrapper for [Typeform API](https://developer.typeform.com/)
1313
- [Create Client](#typeformapi_key)
1414
- [Forms](#forms)
1515
- [Responses](#responses)
16+
- [Tests](#tests
1617

1718
## Installation
1819

@@ -149,3 +150,7 @@ responses = Typeform('<api_key>').responses
149150
result: str = responses.delete('abc123' 'token1')
150151
result: str = responses.delete('abc123' ['token2', 'token3'])
151152
```
153+
154+
## Tests
155+
156+
⚠️⚠️⚠️⚠️⚠️ Don't use your own token to run tests, use a demo account with only few forms

0 commit comments

Comments
 (0)