Files
dolt/bats
2019-12-05 11:29:28 -08:00
..
2019-10-24 10:53:27 -07:00
2019-11-18 16:21:02 -08:00
2019-10-24 14:04:15 -07:00
2019-11-12 09:08:46 -08:00
2019-05-13 14:20:01 -07:00
2019-11-15 10:43:58 -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