From 5c91f48f0eb292854e6499d19c8235fd12fbbad9 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 2 Mar 2014 19:21:15 +0100 Subject: [PATCH] Move tests outside package These tests will get so big we won't want to distribute them to users --- {vdirsyncer/tests => tests}/storage/__init__.py | 0 {vdirsyncer/tests => tests}/storage/dav/__init__.py | 0 {vdirsyncer/tests => tests}/storage/dav/test_caldav.py | 0 {vdirsyncer/tests => tests}/storage/dav/test_carddav.py | 0 {vdirsyncer/tests => tests}/storage/test_filesystem.py | 0 {vdirsyncer/tests => tests}/storage/test_memory.py | 0 {vdirsyncer/tests => tests}/test_sync.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {vdirsyncer/tests => tests}/storage/__init__.py (100%) rename {vdirsyncer/tests => tests}/storage/dav/__init__.py (100%) rename {vdirsyncer/tests => tests}/storage/dav/test_caldav.py (100%) rename {vdirsyncer/tests => tests}/storage/dav/test_carddav.py (100%) rename {vdirsyncer/tests => tests}/storage/test_filesystem.py (100%) rename {vdirsyncer/tests => tests}/storage/test_memory.py (100%) rename {vdirsyncer/tests => tests}/test_sync.py (100%) diff --git a/vdirsyncer/tests/storage/__init__.py b/tests/storage/__init__.py similarity index 100% rename from vdirsyncer/tests/storage/__init__.py rename to tests/storage/__init__.py diff --git a/vdirsyncer/tests/storage/dav/__init__.py b/tests/storage/dav/__init__.py similarity index 100% rename from vdirsyncer/tests/storage/dav/__init__.py rename to tests/storage/dav/__init__.py diff --git a/vdirsyncer/tests/storage/dav/test_caldav.py b/tests/storage/dav/test_caldav.py similarity index 100% rename from vdirsyncer/tests/storage/dav/test_caldav.py rename to tests/storage/dav/test_caldav.py diff --git a/vdirsyncer/tests/storage/dav/test_carddav.py b/tests/storage/dav/test_carddav.py similarity index 100% rename from vdirsyncer/tests/storage/dav/test_carddav.py rename to tests/storage/dav/test_carddav.py diff --git a/vdirsyncer/tests/storage/test_filesystem.py b/tests/storage/test_filesystem.py similarity index 100% rename from vdirsyncer/tests/storage/test_filesystem.py rename to tests/storage/test_filesystem.py diff --git a/vdirsyncer/tests/storage/test_memory.py b/tests/storage/test_memory.py similarity index 100% rename from vdirsyncer/tests/storage/test_memory.py rename to tests/storage/test_memory.py diff --git a/vdirsyncer/tests/test_sync.py b/tests/test_sync.py similarity index 100% rename from vdirsyncer/tests/test_sync.py rename to tests/test_sync.py