python-melangeclient/README
Rajaram Mallya and Gavri Fernandez 484c7313ec Moved client code from main melange repo.
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
2012-01-17 11:21:55 +05:30

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