You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes generators have bugs where they generate valid but unintended data, and you only find them after a while by inspecting the generated .in files manually.
Maybe we could come up with some simple and clean way to test that generators do what was intended. Maybe something like the following in generators.yaml:
On the other hand, I'm not exactly sure how useful it is to only be able test for substring containment. But writing code to detect arbitrary patterns and executing that sounds like a lot of overhead.
The text was updated successfully, but these errors were encountered:
Sometimes generators have bugs where they generate valid but unintended data, and you only find them after a while by inspecting the generated
.in
files manually.Maybe we could come up with some simple and clean way to test that generators do what was intended. Maybe something like the following in
generators.yaml
:On the other hand, I'm not exactly sure how useful it is to only be able test for substring containment. But writing code to detect arbitrary patterns and executing that sounds like a lot of overhead.
The text was updated successfully, but these errors were encountered: