anyway
anyway copied to clipboard
BackEnd Tests
We need to make sure that test infrastructure is available to run locally - which means:
- Adding local env vars
- Creating a specific environment for tests (perhaps another dockerfile running tests will be a good solution)
- Documentation to debug tests using a common IDE (I think that VSCODE should be the one since Pycharm since this feature is only available in pycharm professional)
- Any other suggestions?
Adding local env vars
see comment in #1787 regarding env vars, same comment applies here - the test and dev environments are essentially the same
Creating a specific environment for tests (perhaps another dockerfile running tests will be a good solution)
done in #1820
Documentation to debug tests using a common IDE (I think that VSCODE should be the one since Pycharm since this feature is only available in pycharm professional)
TODO
@afedj can you take task 3?