-
Notifications
You must be signed in to change notification settings - Fork 144
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
fix(process): don't ignore invalid venom testsuites #234 #235
Conversation
HI @youen Thank you for this pull request. We want to keep the existing behaviour as the default behaviour, as some people use some fixtures in yml format, not valid with venom, in the same directory as the test file. But, it should be great to add a flag as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same issue. We realise to late if we have a mistake in our yml file
This PR should be reviewed because it's a critical bug which leads to not tested files. |
Hi all. Yes, we are aware of this pull-request. It's under discussion and we will rework in few weeks. Our goal is to not impact existing users and if we can avoid adding a flag to enable or not a feature, it should be better. |
Ok. We discussed this issue again, we decided to rollback the current behavior which ignore errors in yml files. We don't want a flag to ignore or not: if some users want to run only a subset of yml files, they will have to filter the files list given to venom. |
close #234