Parser tests: test-per-file, or test-per-structure? #1153
Closed
jbouwman
started this conversation in
Ideas and Proposals
Replies: 1 comment
-
Something like this was implemented recently, documented here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A commit a few months back added checks for the contents of parse error condition messages
dc4669d and doubled the number of files present in tests/parser-test-files/bad-files. There are a number of new checks I would like to add for package forms, so I wonder if keeping these test-per-file is maintainable.
Could these parser tests be grouped by functional role? For example, offhand, with section delimiters:
parse-package.tests
Does anyone know of a good model for doing something like this?
Beta Was this translation helpful? Give feedback.
All reactions