- Authentication ( mock ) - Resources ( Card, Collection, User, Database, Utility mocks ) - ApiCommands ( Dataset mocks ) should be mocked with the help of proper testing library in integration_tests. Possible options: - [responses](https://github.com/getsentry/responses) - [pytest-mock](https://github.com/pytest-dev/pytest-mock) etc.