Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate tests in github actions #86

Open
2 tasks
tkv29 opened this issue Apr 8, 2024 · 1 comment
Open
2 tasks

automate tests in github actions #86

tkv29 opened this issue Apr 8, 2024 · 1 comment

Comments

@tkv29
Copy link
Collaborator

tkv29 commented Apr 8, 2024

Description:
This tasks inlcudes the automation of current and future tests in github actions.

Acceptance Criteria

  • for every commit the tests should be executed
  • the tests should executed before the linter
@PitButtchereit
Copy link
Collaborator

PitButtchereit commented Apr 10, 2024

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>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants