Skip to content

testsuite: Add assertions that way lists are in fact lists

Ben Gamari requested to merge wip/check-testsuite-modifiers into master

Previously there were a few cases where operations like omit_ways were incorrectly passed a single way (e.g. omit_ways('threaded2')). This won't work as the author expected.

Merge request reports