From 622f38e4a653019e962cdab474766c2e0f4e4ddc Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 5 Oct 2014 20:48:00 -0700 Subject: [PATCH] Moving tests into the pyicloud package. --- {tests => pyicloud/tests}/__init__.py | 0 {tests => pyicloud/tests}/test_sanity.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests => pyicloud/tests}/__init__.py (100%) rename {tests => pyicloud/tests}/test_sanity.py (100%) diff --git a/tests/__init__.py b/pyicloud/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to pyicloud/tests/__init__.py diff --git a/tests/test_sanity.py b/pyicloud/tests/test_sanity.py similarity index 100% rename from tests/test_sanity.py rename to pyicloud/tests/test_sanity.py