blob: 3bed227ebfa4a31649120d0d2beb704f4586a6b0 (
plain)
1
2
3
4
5
6
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
|