diff --git a/TESTING.md b/TESTING.md index db8e65da58..e735da6944 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,7 +1,7 @@ Running tests ============= -The Datadog Python API client is mostly using BDD tests to verify its behaviro. +The Datadog Python API client is mostly using BDD tests to verify its behavior. They are using recodings to store HTTP interactions, allowing to run the tests without talking to the API. We also store the test time to be able to freeze.