aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-07-23 04:48:52 -0600
committerTim Harder <radhermit@gmail.com>2019-07-23 05:27:17 -0600
commitc86c94e1e77de38c84b722723b279ece33479876 (patch)
tree45c560f12bcb63e26e654ae91ce876e9b86edc1e /tests/test_source_hygene.py
parentpmaint regen: force usage of unfiltered repos when removing old cache entries (diff)
downloadpkgcore-c86c94e1e77de38c84b722723b279ece33479876.tar.gz
pkgcore-c86c94e1e77de38c84b722723b279ece33479876.tar.bz2
pkgcore-c86c94e1e77de38c84b722723b279ece33479876.zip
tests: move module unit tests into their own directory
To provide separation for future integration and benchmark tests in relation to unit tests.
Diffstat (limited to 'tests/test_source_hygene.py')
-rw-r--r--tests/test_source_hygene.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/test_source_hygene.py b/tests/test_source_hygene.py
deleted file mode 100644
index af6b2a594..000000000
--- a/tests/test_source_hygene.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright: 2006 Brian Harring <ferringb@gmail.com>
-# License: GPL2/BSD
-
-from snakeoil.test.demandload import DemandLoadTargets
-from snakeoil.test.modules import ExportedModules
-
-
-class TestDemandLoadUsage(DemandLoadTargets):
- target_namespace = "pkgcore"
- ignore_all_import_failures = True
-
-
-class Test_modules(ExportedModules):
- target_namespace = 'pkgcore'
- ignore_all_import_failures = True