Port toml-test to pure Go (#264)

* Port toml-test to pure Go

This change basically ports the toml-test examples test suite to pure
Go. This removes the snowflake test.sh required to run such tests, and
allows us to the example tests on any platform (which includes Windows
as part of the pull-request testing).

* Allow CircleCI failure for go tip
This commit is contained in:
Thomas Pelletier
2019-03-20 00:23:14 -07:00
committed by GitHub
parent 690ec00a4b
commit 405d48dc28
10 changed files with 1304 additions and 190 deletions
+1 -6
View File
@@ -109,12 +109,7 @@ much appreciated!
### Run tests
You have to make sure two kind of tests run:
1. The Go unit tests
2. The TOML examples base
You can run both of them using `./test.sh`.
`go test ./...`
### Fuzzing