From 0f7e7c71a34871a619abf55742e9708f9501abfd Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 6 Aug 2017 18:49:57 +0000 Subject: [PATCH] Moved tests directory. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2699 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- {wradmin/tests => tests}/functional/__init__.py | 0 {wradmin/tests => tests}/functional/test_bericht.py | 0 {wradmin/tests => tests}/functional/test_coordtool.py | 0 {wradmin/tests => tests}/functional/test_rodelbahn.py | 0 {wradmin/tests => tests}/functional/test_wrgpxtool.py | 0 {wradmin/tests => tests}/test_lib.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {wradmin/tests => tests}/functional/__init__.py (100%) rename {wradmin/tests => tests}/functional/test_bericht.py (100%) rename {wradmin/tests => tests}/functional/test_coordtool.py (100%) rename {wradmin/tests => tests}/functional/test_rodelbahn.py (100%) rename {wradmin/tests => tests}/functional/test_wrgpxtool.py (100%) rename {wradmin/tests => tests}/test_lib.py (100%) diff --git a/wradmin/tests/functional/__init__.py b/tests/functional/__init__.py similarity index 100% rename from wradmin/tests/functional/__init__.py rename to tests/functional/__init__.py diff --git a/wradmin/tests/functional/test_bericht.py b/tests/functional/test_bericht.py similarity index 100% rename from wradmin/tests/functional/test_bericht.py rename to tests/functional/test_bericht.py diff --git a/wradmin/tests/functional/test_coordtool.py b/tests/functional/test_coordtool.py similarity index 100% rename from wradmin/tests/functional/test_coordtool.py rename to tests/functional/test_coordtool.py diff --git a/wradmin/tests/functional/test_rodelbahn.py b/tests/functional/test_rodelbahn.py similarity index 100% rename from wradmin/tests/functional/test_rodelbahn.py rename to tests/functional/test_rodelbahn.py diff --git a/wradmin/tests/functional/test_wrgpxtool.py b/tests/functional/test_wrgpxtool.py similarity index 100% rename from wradmin/tests/functional/test_wrgpxtool.py rename to tests/functional/test_wrgpxtool.py diff --git a/wradmin/tests/test_lib.py b/tests/test_lib.py similarity index 100% rename from wradmin/tests/test_lib.py rename to tests/test_lib.py -- 2.39.5