From f397ba5f0879f1e20b62e6f98efce844337538b7 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 12 Apr 2015 21:28:36 +0200 Subject: [PATCH] Yeah... 94bd938 really wasn't very smart Next time I should probably try to run tox after doing any kind of rename like this :-) --- tests/integration/{ec2_ebs_hvm.py => ec2_ebs_hvm_tests.py} | 0 tests/integration/{ec2_ebs_pvm.py => ec2_ebs_pvm_tests.py} | 0 tests/integration/{ec2_s3_pvm.py => ec2_s3_pvm_tests.py} | 0 tests/integration/{virtualbox.py => virtualbox_tests.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/integration/{ec2_ebs_hvm.py => ec2_ebs_hvm_tests.py} (100%) rename tests/integration/{ec2_ebs_pvm.py => ec2_ebs_pvm_tests.py} (100%) rename tests/integration/{ec2_s3_pvm.py => ec2_s3_pvm_tests.py} (100%) rename tests/integration/{virtualbox.py => virtualbox_tests.py} (100%) diff --git a/tests/integration/ec2_ebs_hvm.py b/tests/integration/ec2_ebs_hvm_tests.py similarity index 100% rename from tests/integration/ec2_ebs_hvm.py rename to tests/integration/ec2_ebs_hvm_tests.py diff --git a/tests/integration/ec2_ebs_pvm.py b/tests/integration/ec2_ebs_pvm_tests.py similarity index 100% rename from tests/integration/ec2_ebs_pvm.py rename to tests/integration/ec2_ebs_pvm_tests.py diff --git a/tests/integration/ec2_s3_pvm.py b/tests/integration/ec2_s3_pvm_tests.py similarity index 100% rename from tests/integration/ec2_s3_pvm.py rename to tests/integration/ec2_s3_pvm_tests.py diff --git a/tests/integration/virtualbox.py b/tests/integration/virtualbox_tests.py similarity index 100% rename from tests/integration/virtualbox.py rename to tests/integration/virtualbox_tests.py