From eaf1de22baddd5102417e6a2d4a3fdd921c3b09d Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 27 Sep 2019 10:35:18 -0400 Subject: [PATCH] Create cloud test dir --- tests/domain/cloud/__init__.py | 0 tests/domain/cloud/test_aws_csp.py | 0 tests/domain/{ => cloud}/test_mock_csp.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/domain/cloud/__init__.py create mode 100644 tests/domain/cloud/test_aws_csp.py rename tests/domain/{ => cloud}/test_mock_csp.py (100%) diff --git a/tests/domain/cloud/__init__.py b/tests/domain/cloud/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/domain/cloud/test_aws_csp.py b/tests/domain/cloud/test_aws_csp.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/domain/test_mock_csp.py b/tests/domain/cloud/test_mock_csp.py similarity index 100% rename from tests/domain/test_mock_csp.py rename to tests/domain/cloud/test_mock_csp.py