mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 10:10:09 +01:00
chore: allow setting pos for entire suite & remove column from pos
This commit is contained in:
parent
e029fae0b8
commit
4aaaf32621
3 changed files with 59 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue