1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 23:15:04 +03:00
fq/pkg/interp/fqtest_test.go

13 lines
175 B
Go
Raw Normal View History

2020-06-08 03:29:51 +03:00
package interp_test
import (
_ "fq/format/all"
"fq/format/registry"
"fq/pkg/fqtest"
"testing"
)
func TestFQTests(t *testing.T) {
fqtest.TestPath(t, registry.Default)
}