From 8d5bb749d6432dcfd879c9a5e25a137073ddc52c Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 27 Mar 2019 00:57:47 -0700 Subject: [PATCH] Move tests to packaging_scripts package --- {tests => packaging_scripts/tests}/__init__.py | 0 {tests => packaging_scripts/tests}/test_pkgfiles.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests => packaging_scripts/tests}/__init__.py (100%) rename {tests => packaging_scripts/tests}/test_pkgfiles.py (100%) diff --git a/tests/__init__.py b/packaging_scripts/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to packaging_scripts/tests/__init__.py diff --git a/tests/test_pkgfiles.py b/packaging_scripts/tests/test_pkgfiles.py similarity index 100% rename from tests/test_pkgfiles.py rename to packaging_scripts/tests/test_pkgfiles.py