Guides
Testing
How to test your connector.
Unit tests
We are implementing unit tests for this framework. If you are a developer, you can run our test suite using pytest:
poetry run pytest
All tests are located in the tests
directory.
End-to-end tests
Once you're done developing your unit tests, you can run some end-to-end tests to check the overall functionality of your brand-new connector!
🧱🚧🏗️ This is still a work in progress 🧱🚧🏗️