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

Task: Set up pytest for back end #916

Open
3 tasks
nlebovits opened this issue Sep 25, 2024 · 1 comment
Open
3 tasks

Task: Set up pytest for back end #916

nlebovits opened this issue Sep 25, 2024 · 1 comment
Assignees

Comments

@nlebovits
Copy link
Collaborator

Describe the task

Set up pytest for the repository to enable automated testing. This includes installing pytest as a dependency, configuring the test environment, and ensuring basic test discovery functionality.

Acceptance Criteria

  • Install pytest as a development dependency in the project (pip install pytest).
  • Use the existing test to confirm that it runs correctly.
  • Ensure pytest automatically discovers and runs tests from all test_*.py files.

Additional context

  • pytest should be configured in the project to support future automated test setups.
  • Consider integrating pytest into any CI/CD pipelines later as needed.
@jinks145
Copy link

I am on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

2 participants