Files
dolt/bats
Matt Jesuele 14580c32a3 dolt/{bats,go}: Super basic implementation of git dolt update (#1621)
* dolt/{bats,go}: Super basic implementation of git dolt update

* dolt/go/cmd/git-dolt: Refactoring/cleanup

* dolt/bats/git-dolt.bats: Improve some output assertions
2019-06-25 11:56:43 -07:00
..
2019-06-19 15:26:54 -07:00
2019-06-19 15:28:38 -07:00
2019-06-19 17:10:34 -07:00
2019-06-14 09:42:22 -07:00
2019-05-13 14:20:01 -07:00
2019-06-13 15:08: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