Replies: 3 comments 3 replies
-
Here is the traceback
|
Beta Was this translation helpful? Give feedback.
0 replies
-
At first glance the error is completely unrelated to pytest How do you create/ migrate your database Do you import all models before creating it? |
Beta Was this translation helpful? Give feedback.
3 replies
-
The error message is
I'm not very familiar with SQLAlchemy, but are you sure that your model has a |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I am currently using
pytest
andSQLAlchemy
for testing. I am getting an errorcolumn test_case.name does not exist
with myTestCase
model. I was wondering if there's a conflict in class name calling the model in SQLAlchemyTestCase
?Model
Fetch Function
Beta Was this translation helpful? Give feedback.
All reactions