-
Notifications
You must be signed in to change notification settings - Fork 15
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
support multiple references #47
Comments
In the former case, I think we should verify to match one "specific" reference rather than "any" one.
In practice, I think we only need to support a limited set of rules. Complex rules are not suitable for handling within filenames. The users can still write complex logic in their test code. |
Thanks for the enlightening feedback, and the one in #66. Unfortunately, I've become exhausted to continue the enhancement of this package recently because of a series of day-to-day seminars. If things go smoothly, I'll come back and continue these in September.
This issue right now is at an awkward status that if we support this, then the regeneration workflow #52 with I now prefer to use more eager pre-processing rules and the |
ReferenceTests.jl can determine if each existing reference file is valid or invalid (but not sure if that is what the user intended), so it can provide a smarter method of regeneration than However, I don't think the concrete implementation needs to be discussed here for now. I think providing pre-processors and their interfaces is a good idea. 👍 |
FWIW, the plan I have in mind is to first implement a Doing that could easily bring unexpected breaking changes, and that's why I want to do #66 first. :sigh: |
This idea is growing on me. |
This can be useful in two cases:
actual = first(randperm(3))
)The text was updated successfully, but these errors were encountered: