mirror of
https://github.com/walles/moar.git
synced 2024-11-13 01:40:46 +03:00
Name files as we test them
This commit is contained in:
parent
fbc1dc9e49
commit
4f74d8b77b
@ -171,9 +171,11 @@ func TestGetLines(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
testGetLines(t, reader)
|
||||
testGetLineCount(t, reader)
|
||||
testHighlightingLineCount(t, file)
|
||||
t.Run(file, func(t *testing.T) {
|
||||
testGetLines(t, reader)
|
||||
testGetLineCount(t, reader)
|
||||
testHighlightingLineCount(t, file)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user