-
Notifications
You must be signed in to change notification settings - Fork 46
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
Tables are not created for test_database while running behave test #136
Comments
It runs with just Do you have some special code in your As an alternative, you could start with a simple setup from the tutorial, convince yourself that it's working, and add parts of your current setup to it until the test execution breaks. |
Thank you @bittner. Yes, like I mentioned before running the tests just with
Yes, To start browser we added code in
|
Is there a reason why you set Can you try to use Please, try to follow the manual closely, and only when that works fine, only then go about integrating Selenium (if you have to). Aside, the description of your setup is still incomplete. You have to provide a minimal, reproducible example, otherwise it's very hard to help you. |
We are using Behave tool for running BDD tests and when we run the tests using Behave only the tests are running fine. Here is an example to show how we are running test
behave login.feature
When we use the 'behave-django' to integrate BDD tests with Django, tests can't be run. We followed the steps available from these pages
https://behave-django.readthedocs.io/en/latest/installation.html
&
https://behave-django.readthedocs.io/en/latest/usage.html
and the error what we are hitting is like this:
Option 1:
Option 2:
This is really blocking our deployments because tests can't be run. Could someone look at this issue and help us unblocking it.
The text was updated successfully, but these errors were encountered: