yaacov / tree-search-language

Tree Search Language (TSL) is a wonderful search langauge.
Apache License 2.0
61 stars 11 forks source link

Use _Ginkgo_ for SQL walker tests #16

Closed jhernand closed 5 years ago

jhernand commented 5 years ago

This patch changes the existing SQL wakers tests to use Ginkgo and Gomega.

jhernand commented 5 years ago

@yaacov please review.

yaacov commented 5 years ago

the example should stay, https://golang.org/pkg/testing/#hdr-Examples: https://godoc.org/github.com/yaacov/tree-search-language/pkg/walkers/sql#example-package

not sure how to do examples in Ginkgo \0/

jhernand commented 5 years ago

The example is preserved now.