Files
dolt/bats
Aaron Son cddc3d541a Merge pull request #570 from liquidata-inc/aaron/creds-import-command
go/cmd/dolt: commands/credcmds/import: Add import command for importing existing JWK credential.
2020-04-16 08:01:57 -07:00
..
2020-04-15 12:06:06 -07:00
2019-10-24 14:04:15 -07:00
2020-04-09 15:07:52 -07:00
2020-03-31 17:04:20 -07:00
2020-02-14 14:00:48 -08:00
2020-04-15 13:20:46 -07:00
2020-02-25 11:09:32 -08:00
2020-04-14 13:18:27 -07:00
2019-05-13 14:20:01 -07:00
2020-04-09 15:07:52 -07:00
2020-04-08 15:53:49 -07:00
2020-01-24 14:31:36 -08:00

BATS - Bash Automated Testing System

We are going to use bats to test the dolt command line.

First you need to install bats.

npm install -g bats

Then, go to the directory with the bats tests and run:

bats . 

This will run all the tests. Specify a particular .bats file to run only those tests.

Test coverage needed for:

  • large tables
  • dolt login