Skip to content

Test cases

Jaynti Kanani edited this page Dec 26, 2018 · 2 revisions

How to run tests

You can run tests found in tests directory to make sure everything is working as expected after making changes

$ go test -run <TestCaseName>/<SubTestName> 

Please add -v flag to see test logs

Example
$ go test -v -run TestValUpdates/add
$ go test -v -run TestValidator
Clone this wiki locally