You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests that we currently run also execute the modules. Therefore an API Call is needed. I have looked into how this can be done with Github Actions. Since Github needs to know an API Key I could not implement it easily.
Automating deterministic tests or using mock objects should be easily possible since the name change of the root directory allows us to execute the tests from the command line with python manage.py test <app name>.
Description:
This tasks inlcudes the automation of current and future tests in github actions.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: