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