From 80da0c404c02f7b8bc0ddff446bc43d1a49e08aa Mon Sep 17 00:00:00 2001 From: jchen293 Date: Thu, 28 Mar 2024 16:57:28 -0400 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.