1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-27 13:48:49 +08:00

Improving test coverage for scale.

This commit is contained in:
Jakub Sobon 2019-03-20 23:31:31 -04:00
parent 68fb7606d9
commit 3587cb9d76
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7

View File

@ -773,6 +773,7 @@ func TestYScale(t *testing.T) {
if err != nil {
continue
}
t.Log(fmt.Sprintf("scale:%v", scale))
t.Run(fmt.Sprintf("PixelToValue:%s", test.desc), func(t *testing.T) {
for _, tc := range test.pixelToValueTests {