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

Fail and Positive tests #2

Closed Deandre1dev closed 6 months ago

Deandre1dev commented 6 months ago

I have created fail test and positive test for the home page URLs and View's.

KC-software-en commented 6 months ago

Hi @Deandre1dev I had a look. Thank you for your thoroughness. I would like to suggest alterations before merging. Regarding your comments, while inline comments can be made, I want to refer you back to the HyperionDev course level 1 task 3 example.py where it showcases the desired method to implement comment. Also have a look at PEP8 style guide for comments: https://peps.python.org/pep-0008/#comments inline comments should be used sparingly. As you have it now, block comments have been made as inline comments cluttering the code.

KC-software-en commented 6 months ago

I also saw that you used 'home page' in your code instead of index in one of the tests

KC-software-en commented 6 months ago

I also saw that you used 'home page' in your code instead of index in one of the tests

under test_views @Deandre1dev