-
Notifications
You must be signed in to change notification settings - Fork 22
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 tests to the project #29
Comments
Hi @gedankenstuecke I would like to work on this. |
Sure! Please leave some comments here for which functions you want to write tests so that others know what is already being worked on! 😊 |
@koderjoker look forward to your comment! I'd start working on the functions which you won't be covering. :) |
@koderjoker it would be great if you could comment here with what tests you're going to work on so that others can work on testing other functions/views! Thanks 😄 |
@rosygupta @mcescalante I'm sorry for the late reply! I'm working on testing redirection to the login page, checking login success and failure. |
@gedankenstuecke @rosygupta, I would like to work on tests for the members. |
As soon as Travis is set up (#27) it would be good if it could also run tests which have yet to be written.
For an example of how tests work see https://github.com/gedankenstuecke/oh_data_uploader/blob/master/project_admin/tests/tests.py
The text was updated successfully, but these errors were encountered: