diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2014-12-18 13:22:41 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2014-12-18 13:22:41 -0500 |
commit | cf1b6517343189451bbfd64564e0fa3b2f346023 (patch) | |
tree | c344c448fbe72531d6ae0ea5dd194ad62375a8f9 /test/units/README.md | |
parent | 164094a4adddc767f894b6b42c9ceff0d4bae19e (diff) | |
parent | 2d7624e4f06cb053487059989def7b8b647b57a0 (diff) | |
download | openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.gz openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.bz2 openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.xz openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.zip |
Merge pull request #42 from kwoodson/test
Adding unittests for multi_ec2.
Diffstat (limited to 'test/units/README.md')
-rw-r--r-- | test/units/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/units/README.md b/test/units/README.md new file mode 100644 index 000000000..3bed227eb --- /dev/null +++ b/test/units/README.md @@ -0,0 +1,7 @@ +Location for python unittests. + +These should be run by sourcing the env-setup: +$ source test/env-setup + +Then navigate to the test/units/ directory. +$ python -m unittest multi_ec2_test |