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

created tests #5

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

created tests #5

wants to merge 45 commits into from

Conversation

Barbara-Bennett
Copy link

  • created tests for create_board() in test_routes.py

    • def test_create_board(client)
      
    • def test_create_board_missing_data(client)
      
  • created tests for read_one_board(board_id) in test_routes.py

    • def test_get_board(client, one_board)
    • def test_get_board_not_found(client):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants