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

Bug: test_categories.py fails 4 tests #237

Open
Gonzom opened this issue Feb 7, 2021 · 0 comments
Open

Bug: test_categories.py fails 4 tests #237

Gonzom opened this issue Feb 7, 2021 · 0 comments

Comments

@Gonzom
Copy link
Contributor

Gonzom commented Feb 7, 2021

test_categories.py fails 4 tests with the following errors when run by itself.

Steps to reproduce:

  1. pytest tests\test_categories.py

Result:

FAILED tests/test_categories.py::TestCategories::test_creating_new_category - assert False
FAILED tests/test_categories.py::TestCategories::test_get_user_categories - AssertionError: assert {('color', '1...'user_id', 1)} == {('color', '1...'user_id', 1)}
FAILED tests/test_categories.py::TestCategories::test_get_category_by_name - AssertionError: assert {('color', '1...'user_id', 1)} == {('color', '1...'user_id', 1)}
FAILED tests/test_categories.py::TestCategories::test_get_category_by_color - AssertionError: assert {('color', '1...'user_id', 1)} == {('color', '1...'user_id', 1)}

@Gonzom Gonzom changed the title Bug: test_categories.py fails 4 test Bug: test_categories.py fails 4 tests Feb 7, 2021
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

No branches or pull requests

1 participant