DasUnicorn / WordWeave

Reddit style news site
0 stars 1 forks source link

User Story: Unittest - TestViews #69

Closed DasUnicorn closed 6 months ago

DasUnicorn commented 6 months ago

Dependencies: none

Description Of Service Or Screen: N/A

User Objective: As a user, I want to be able to view the global timeline, create a new thread, and view thread details, so that I can browse existing threads and contribute to discussions.

Acceptance Criteria:

DasUnicorn commented 6 months ago

Testing:

When I access the global timeline, I should see the page with a status code of 200. ---> done
When I access the global timeline, it should be rendered using the 'index.html' template. ---> done
When I create a new thread, it should be successfully created with a status code of 200. ---> done
When I view a thread's detail page, I should see the page with a status code of 200. ---> done
When I view a thread's detail page, it should be rendered using the 'thread_detail.html' template. --> done
When I view a thread's detail page, it should contain the title of the thread. ----> done

---> done