chore: allow setting pos for entire suite & remove column from pos

This commit is contained in:
technofab 2025-05-10 22:14:56 +02:00
parent e029fae0b8
commit 4aaaf32621
3 changed files with 59 additions and 44 deletions

View file

@ -27,7 +27,7 @@
pos =
if pos == null
then ""
else "${fileRelative}:${toString pos.line}:${toString pos.column}";
else "${fileRelative}:${toString pos.line}";
};
mkSuite = name: tests: {
inherit name tests;