Replies: 4 comments 6 replies
-
Here is the traceback
|
Beta Was this translation helpful? Give feedback.
-
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.
-
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.
-
Here's a more extensive log output from
|
Beta Was this translation helpful? Give feedback.
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