Automated test suite #16

Closed
opened 2019-08-07 16:47:20 +00:00 by reinhard · 4 comments
Member

For a public service like this, we probably want an automatic test suite to ensure that at least no completely broken code is deployed. I see that the slots for black and pytest based quality checks are already prepared, so I'm posting this issue as a reminder to fill them. :-)

For a public service like this, we probably want an automatic test suite to ensure that at least no completely broken code is deployed. I see that the slots for black and pytest based quality checks are already prepared, so I'm posting this issue as a reminder to fill them. :-)
florian.vuillemot was assigned by max.mehl 2020-12-04 10:25:57 +00:00
Owner

Also adding here that pytest shows a lot of errors, so we may want to go through them.

Also adding here that pytest shows a lot of errors, so we may want to go through them.

I'm not sure how to test the whole application, especially because of the FORMS dependency. Do you have an idea?

But, I can do a unit test on scheduler to start.

I'm not sure how to test the whole application, especially because of the FORMS dependency. Do you have an idea? But, I can do a unit test on `scheduler` to start.
Author
Member

I think the best method is to create mock replacements for the forms functions.

I think the best method is to create mock replacements for the forms functions.

Do you have any ideas for other tests?

Do you have any ideas for other tests?
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: reuse/api#16
No description provided.