-
Notifications
You must be signed in to change notification settings - Fork 1
Sqlite-command: Add/bdd tests #4
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
Conversation
|
@jeroenpf , I need some assistant here. Although the tests are marked to run only on Do you have any idea on how we surpass this? Thanks! |
|
I think this might be because there are no tests at all for MySQL? the output you shared shows that no scenarios and no steps were executed, indicating that the exit code 1 is caused by there not being any tests at all. What if you create a simple scenario that runs for both MySQL and SQLite? Do you still get an error in that case? |
@jeroenpf , I updated the code, by adding one more test that pass each time. |
This PR adds BDD ( behat ) tests for sqlite.
Fixes #3
Testing
N/A