Files
dolt/bats
Brian Hendriks 69398406e6 Bh/diff summary opt (#117)
* diff --summary optimizations (moved to use an AsyncDiffer)
* Fixed cell modification count calculations
* Added additional incremental output.
* Extra tests
2019-10-07 15:43:43 -07:00
..
2019-10-01 17:03:35 -07:00
2019-09-24 12:56:09 -07:00
2019-10-01 17:03:35 -07:00
2019-08-28 16:02:44 -07:00
2019-08-14 15:13:29 -07:00
2019-10-07 15:43:43 -07:00
2019-05-13 14:20:01 -07:00
2019-09-30 17:40:12 -07:00
2019-09-11 11:56:06 -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