summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames Saryerwinnie <jls.npi@gmail.com>2012-06-15 10:07:25 -0700
committerJames Saryerwinnie <jls.npi@gmail.com>2012-06-15 11:11:37 -0700
commit87f69f9bde3d44952e171abb6234ab4930db5d6b (patch)
treebb48cceb66d7162d9faaef844ee465c475e1b093 /tests
parent1ed9df97d121847730716e24c1e213b057e044f9 (diff)
downloadboto-87f69f9bde3d44952e171abb6234ab4930db5d6b.tar.gz
Move ec2 test_instance to unit tests
Its testing the parsing of an xml response and does not talk to any external services.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/ec2/__init__.py0
-rw-r--r--tests/unit/ec2/test_instance.py (renamed from tests/integration/ec2/test_instance.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/unit/ec2/__init__.py b/tests/unit/ec2/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/unit/ec2/__init__.py
diff --git a/tests/integration/ec2/test_instance.py b/tests/unit/ec2/test_instance.py
index 046e5b9d..046e5b9d 100644
--- a/tests/integration/ec2/test_instance.py
+++ b/tests/unit/ec2/test_instance.py