Running Unit Tests
...
Of course, you can run single unit tests through Maven as well:
Code Block |
---|
cd kfs-core mvn test -e -Dtest=PreCommitSuite |
Unit Testing Before Submitting a Pull Request
Please run the PreCommitSuite unit test before submitting a pull request to verify that your code changes do not break standards in the KFS project. The PreCommitSuite has been specifically chosen to represent tests which enforce KFS standards and which run relatively quickly.
...