-
Notifications
You must be signed in to change notification settings - Fork 19
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
Define a specified test file naming convention - *.test.yaml #131
Comments
|
|
Handling special cases is a tough topic. I try to break your idea ma little bit down to see which problems could occur in the long run:
This problem was already solved by other testing frameworks like the
I would prefer the This is a breaking change if it would be required, thus a new major version would be needed. (imho no problem) |
Awesome idea. Let's go with that. That also makes walking dirs much much simpler issue to address. I personally would like to hold off on this and finish the other features/refactor we've talked about in other issues. Finishing #126 would make this a lot simpler as we won't have to deal with the goroutine in |
Instead of having to bump the version. Should we make this a feature and throw a deprecation warning for a few releases? |
Define naming conventions for file, and only run commander against those files. Ex.
--dir
currently panics when an invalid file type is parsed. Proposed changes:The text was updated successfully, but these errors were encountered: