diff options
author | Tim Harder <radhermit@gmail.com> | 2019-08-14 00:50:23 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-08-14 00:50:23 -0600 |
commit | 795d355af19a0440385070b3693b89da33f6e74c (patch) | |
tree | ea72df38db5cc983601666999cba0b15c23bfddd /tests/test_demandload_usage.py | |
parent | update docstrings for py3 metaclass style (diff) | |
download | snakeoil-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.py | 8 |
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 |