Skip to content

nmci/misc: refactor parsing tags from feature files

Thomas Haller requested to merge th/load-tags-from-file into main
  • memorize what we parsed from the file. We don't expect that the content of the file changes while we run.

  • move parsing of one file to a separate function.

  • try to be more strict in the parsing. Our feature files are already well-written, so the stricter parsing passes them the same. This is to catch bugs in the tags.


the actual goal was that one day I'd like to enforce that all tags are on a separate line. I'd find that easier to read. Adjust the parsing for that.

Edited by Thomas Haller

Merge request reports