diff --git a/tests/backend_api/README.md b/tests/backend_api/README.md new file mode 100644 index 00000000..288a9d40 --- /dev/null +++ b/tests/backend_api/README.md @@ -0,0 +1,7 @@ +# Backend API Contract Tests + +To run the tests, use the following command: + +```bash +python3 -m pytest -q tests/backend_api +```