diff options
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 |