Skip to content
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

Cards Pages Unit Tests #59

Open
tyknkd opened this issue Jul 23, 2022 · 0 comments
Open

Cards Pages Unit Tests #59

tyknkd opened this issue Jul 23, 2022 · 0 comments
Assignees

Comments

@tyknkd
Copy link
Collaborator

tyknkd commented Jul 23, 2022

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/

@tyknkd tyknkd moved this from 🔖 Ready to 📋 Backlog in Team 0 Kanban Jul 23, 2022
@tyknkd tyknkd moved this from 📋 Backlog to 🔖 Ready in Team 0 Kanban Jul 29, 2022
@ThomasJHLees ThomasJHLees moved this from 🔖 Ready to 👀 In review in Team 0 Kanban Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In review
Development

No branches or pull requests

2 participants