-
Notifications
You must be signed in to change notification settings - Fork 129
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
Write unit tests for attendance view in volunteers app #78
Comments
Hey! May I try this issue? |
Hey, sure go ahead. Assigning you the issue. |
This is the directory structure right now So, just wanted to confirm that I should create a new folder called test and a file called test_views and not touch already present tests.py right? The tests.py is empty for all apps currently. |
You can delete the already present tests file. |
Okay! I will start working👍. I will try to raise a PR by tomorrow...still trying to learn testing😅. |
can you please assign me this ?? |
please assign me this |
Can I work on this issue |
Write unit tests for
attendance
view in thevolunteers
app. The tests need to be added in a filetest_views
intest
directory ofvolunteers
app.To learn about how to write unit tests in Django, you may follow this tutorial from MDN: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Testing
For any further doubts and queries, feel free to join the community and ask there: https://discord.gg/Ek9q45ZjAv
The text was updated successfully, but these errors were encountered: