tree: 745c261c73a622f67bfae16737974262abf0e21c [path history] [tgz]
  1. dat/
  2. performance/
  3. src/
  4. .pydevproject
  5. build.gradle
  6. README.md
tests/README.md

Running Tests

This module hosts all the unit and integration test for this repo. Command examples given below are meant to be executed from project root.

To run all tests

$ ./gradlew tests:test

This requires the OpenWhisk system to be setup and running locally.

Running Unit Tests

To just run the unit tests

$ ansible-playbook -i ansible/environments/local ansible/properties.yml
$ ./gradlew tests:testUnit