From 95706c752c0b5f40b301fbd82d26a915c49ca935 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 15 Apr 2016 19:10:42 -0700 Subject: [PATCH] move tests step 1: rename files --- {src/wormhole/test => tests}/__init__.py | 0 {src/wormhole/test => tests}/common.py | 0 {src/wormhole/test => tests}/test_blocking.py | 0 {src/wormhole/test => tests}/test_interop.py | 0 {src/wormhole/test => tests}/test_load.py | 0 {src/wormhole/test => tests}/test_progress.py | 0 {src/wormhole/test => tests}/test_scripts.py | 0 {src/wormhole/test => tests}/test_server.py | 0 {src/wormhole/test => tests}/test_transit_twisted.py | 0 {src/wormhole/test => tests}/test_twisted.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {src/wormhole/test => tests}/__init__.py (100%) rename {src/wormhole/test => tests}/common.py (100%) rename {src/wormhole/test => tests}/test_blocking.py (100%) rename {src/wormhole/test => tests}/test_interop.py (100%) rename {src/wormhole/test => tests}/test_load.py (100%) rename {src/wormhole/test => tests}/test_progress.py (100%) rename {src/wormhole/test => tests}/test_scripts.py (100%) rename {src/wormhole/test => tests}/test_server.py (100%) rename {src/wormhole/test => tests}/test_transit_twisted.py (100%) rename {src/wormhole/test => tests}/test_twisted.py (100%) diff --git a/src/wormhole/test/__init__.py b/tests/__init__.py similarity index 100% rename from src/wormhole/test/__init__.py rename to tests/__init__.py diff --git a/src/wormhole/test/common.py b/tests/common.py similarity index 100% rename from src/wormhole/test/common.py rename to tests/common.py diff --git a/src/wormhole/test/test_blocking.py b/tests/test_blocking.py similarity index 100% rename from src/wormhole/test/test_blocking.py rename to tests/test_blocking.py diff --git a/src/wormhole/test/test_interop.py b/tests/test_interop.py similarity index 100% rename from src/wormhole/test/test_interop.py rename to tests/test_interop.py diff --git a/src/wormhole/test/test_load.py b/tests/test_load.py similarity index 100% rename from src/wormhole/test/test_load.py rename to tests/test_load.py diff --git a/src/wormhole/test/test_progress.py b/tests/test_progress.py similarity index 100% rename from src/wormhole/test/test_progress.py rename to tests/test_progress.py diff --git a/src/wormhole/test/test_scripts.py b/tests/test_scripts.py similarity index 100% rename from src/wormhole/test/test_scripts.py rename to tests/test_scripts.py diff --git a/src/wormhole/test/test_server.py b/tests/test_server.py similarity index 100% rename from src/wormhole/test/test_server.py rename to tests/test_server.py diff --git a/src/wormhole/test/test_transit_twisted.py b/tests/test_transit_twisted.py similarity index 100% rename from src/wormhole/test/test_transit_twisted.py rename to tests/test_transit_twisted.py diff --git a/src/wormhole/test/test_twisted.py b/tests/test_twisted.py similarity index 100% rename from src/wormhole/test/test_twisted.py rename to tests/test_twisted.py