Skip to content

Testing

Tests of dropboxignore are written using bats and they live inside the tests folder. You can run them using the Makefile:

Info

Make sure that bats is installed in your system and also in you PATH (use your package manager

[1, 2, 3 ] or install it from source).

$ make shell-tests

If you are planning to implement a new feature, make sure that the necessary test cases have been added.