484c7313ec
Implements blueprint melange-client-repo Changed cli tests to not depend on server-side models. YAMLed cli output. We now let templatization of the command line output with bottlepy's templating Change-Id: I035d9ec8834da4a912475b29419a1d5c91202316
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
|
|
To run unit tests:
|
|
melange_client_dir> ./run_tests.sh melange_client.tests.unit
|
|
|
|
To run functional tests:
|
|
1. Start the melange server
|
|
2. Update the configuration values in
|
|
melange_client/tests/functional/tests.conf
|
|
to point to the melange server
|
|
3. Run the tests:
|
|
melange_client_dir> ./run_tests.sh melange_client.tests.functional
|