summaryrefslogtreecommitdiff
path: root/README.testing
blob: 36f2453d6ece98589170307753750db12a8c9428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The testing framework basically aims to run the create and deploy tools in a
controlled environment to check for any regressions during code changes and
refactoring.

This are the rules of the test club:

- For each new feature there should be a unit test
- For each bug fixed there should be a unit test

Running the test suite
----------------------
You need to change to the tests directory and execute run_tests.sh:

$ ./run_tests.sh


Anatomy of a unit test
----------------------

Each test