diff --git a/README.md b/README.md index 33e250f..072e24f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ make docs make update-examples-submodule ``` -### Testing +### Testings The test suite in this project was specifically built to produce consistent results on every run, regardless of when they run or who is running them. This project uses [VCR](https://github.com/kevin1024/vcrpy) to record and replay HTTP requests and responses via "cassettes". When the suite is run, the HTTP requests and responses for each test function will be saved to a cassette if they do not exist already and replayed from this saved file if they do, which saves the need to make live API calls on every test run. If you receive errors about a cassette expiring, delete and re-record the cassette to ensure the data is up-to-date.