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

Add application tests #3

Open
matthewfeickert opened this issue Mar 4, 2024 · 0 comments
Open

Add application tests #3

matthewfeickert opened this issue Mar 4, 2024 · 0 comments
Assignees

Comments

@matthewfeickert
Copy link
Contributor

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

It would be good to add pytest based tests for the applicaiton functionality. This will require some mock data similar in form to what is expected in

df_submissions = pd.read_csv("2023_submissions_to_assign.csv")
df_reviewers = pd.read_csv("2023_reviewers_to_assign.csv")

Then unit and application tests can be written that in addition to typical use target edge cases that have been encournted in the past.

@matthewfeickert matthewfeickert self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant