Open-Assistant
Open-Assistant copied to clipboard
Contract tests between API and website
As per discussion in #180, the communication between the website and API should be tested through a Contract test. This test should test that each call satisfies the OpenAPI schema inputs and endpoints. That way, changes to the endpoint contract will automatically be caught by these tests.