Replies: 4 comments 6 replies
|
Here is the traceback |
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? |
3 replies
|
The error message is
I'm not very familiar with SQLAlchemy, but are you sure that your model has a |
1 reply
|
Here's a more extensive log output from |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello All,
I am currently using
pytestandSQLAlchemyfor testing. I am getting an errorcolumn test_case.name does not existwith myTestCasemodel. I was wondering if there's a conflict in class name calling the model in SQLAlchemyTestCase?Model
Fetch Function
All reactions