KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

views testing by @deandre #5

Closed KC-software-en closed 5 months ago

KC-software-en commented 6 months ago

After integrating index & its test into Education I came across some layout discrepancies line 1-2 no comment line 4-6, 24-26 comments go after docstrings line 21-22, 32-33 block comments go before code - not after i also ran your test file which you labelled test_veiws.py (with ie switched) - the pos test failed image

if you could create a branch to address this then i can merge it back into edu

KC-software-en commented 6 months ago

if you can also add the django documentation ref as a comment

Deandre1dev commented 5 months ago

I have implemented all the changes needed for this issue to be resolved.