edx-salesforce has an assortment of test cases and code quality checks to catch potential problems during development. To run them all:
$ make validate
To run just the unit tests:
$ make test
To run just the code quality checks:
$ make quality
To generate and open an HTML report of how much of the code is covered by test cases:
$ make coverage