diff options
author | Tim Harder <radhermit@gmail.com> | 2019-07-23 04:48:52 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-07-23 05:27:17 -0600 |
commit | c86c94e1e77de38c84b722723b279ece33479876 (patch) | |
tree | 45c560f12bcb63e26e654ae91ce876e9b86edc1e /tests/test_source_hygene.py | |
parent | pmaint regen: force usage of unfiltered repos when removing old cache entries (diff) | |
download | pkgcore-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.py | 15 |
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 |