Files
dolt/bats
2020-05-09 15:54:33 -07:00
..
2020-05-06 15:32:19 -07:00
2020-05-06 15:17:05 -07:00
2020-05-05 19:39:25 -07:00
2020-05-05 10:27:53 -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-05-07 10:41:15 -07:00
2020-05-06 15:17:05 -07:00
2020-05-05 10:27:53 -07:00
2020-02-25 11:09:32 -08:00
2019-05-13 14:20:01 -07:00
2020-05-05 10:27:53 -07:00
2020-05-05 10:27:53 -07:00
2020-05-05 19:18:11 -07:00
2020-05-05 10:27:53 -07:00
2020-04-22 20:34:26 -07:00
2020-05-04 17:01:55 -07:00
2020-05-05 19:39:25 -07:00
2020-04-18 09:13:37 -07:00
2020-05-05 19:18:11 -07:00
2020-05-05 10:27:53 -07:00
2020-05-05 10:27:53 -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