aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-08-14 00:50:23 -0600
committerTim Harder <radhermit@gmail.com>2019-08-14 00:50:23 -0600
commit795d355af19a0440385070b3693b89da33f6e74c (patch)
treeea72df38db5cc983601666999cba0b15c23bfddd /tests/test_demandload_usage.py
parentupdate docstrings for py3 metaclass style (diff)
downloadsnakeoil-795d355af19a0440385070b3693b89da33f6e74c.tar.gz
snakeoil-795d355af19a0440385070b3693b89da33f6e74c.tar.bz2
snakeoil-795d355af19a0440385070b3693b89da33f6e74c.zip
tests: move unit tests into module subdir
Diffstat (limited to 'tests/test_demandload_usage.py')
-rw-r--r--tests/test_demandload_usage.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_demandload_usage.py b/tests/test_demandload_usage.py
deleted file mode 100644
index c084df38..00000000
--- a/tests/test_demandload_usage.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright: 2005-2011 Brian Harring <ferringb@gmail.com>
-# License: BSD/GPL2
-
-from snakeoil.test.demandload import DemandLoadTargets
-
-
-class TestDemandLoadTargets(DemandLoadTargets):
- pass