Skip to content

Cards Pages Unit Tests #59

Description

@tyknkd

Unit tests for cards pages/routes

  • /decks/<deck_id>/
    • Renders /decks/cards/index.html
    • Displays cards for specified deck_id
    • Only public and decks owned by user can be viewed
  • /decks/<deck__id>/add/
    • Renders /decks/cards/add.html
    • Adds card only to deck owned by user
  • /decks/<deck_id>/<card_id>/edit/
    • Renders /decks/cards/edit.html
    • Edits card in deck owned by user
    • Can also delete card from this page

Reference: https://flask.palletsprojects.com/en/2.1.x/tutorial/tests/

Metadata

Metadata

Assignees

Projects

Status
👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions