Files
dolt/bats
Brian Hendriks f5264ba8dd bats fixes
insecure parameter no longer supported.  Changed bats test to use http:// instead
changed lastSegment to be more flexible and work with different remote formats
2019-06-11 14:47:56 -07:00
..
2019-05-10 11:49:12 -07:00
2019-06-11 14:47:56 -07:00
2019-05-13 14:20:01 -07:00
2019-06-11 14:47:56 -07: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