Go to file
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
bin Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
melange_client Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
tools Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
.gitignore Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
.gitreview Initial repo creation. 2011-12-13 17:32:06 -05:00
README Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
run_tests.py Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30
run_tests.sh Moved client code from main melange repo. 2012-01-17 11:21:55 +05:30

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