We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060965b commit f1dd366Copy full SHA for f1dd366
README.md
@@ -186,6 +186,8 @@ We are currently unable to accept Pull Requests. If you would like to suggest ch
186
Execute the tests using `pytest`. The tests communicate with the DeepL API using the auth key defined by the
187
`DEEPL_AUTH_KEY` environment variable.
188
189
+Be aware that the tests make DeepL API requests that contribute toward your API usage.
190
+
191
The test suite may instead be configured to communicate with the mock-server provided by
192
[deepl-mock](https://www.github.com/DeepLcom/deepl-mock). Although most test cases work for either, some test cases work
193
only with the DeepL API or the mock-server and will be otherwise skipped. The test cases that require the mock-server
0 commit comments