aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-04 13:32:55 -0700
committerTim Harder <radhermit@gmail.com>2021-03-04 13:44:12 -0700
commit69eb509bf9dad811fa7060807c2be4d0570bc7cc (patch)
tree2a33eda132f5300ee3d20bbc5a3e12bb69abd6df /tests/test_demandload_usage.py
parentvarious tox and github testing updates (diff)
downloadsnakeoil-69eb509bf9dad811fa7060807c2be4d0570bc7cc.tar.gz
snakeoil-69eb509bf9dad811fa7060807c2be4d0570bc7cc.tar.bz2
snakeoil-69eb509bf9dad811fa7060807c2be4d0570bc7cc.zip
tests: move to main repo root dir
Diffstat (limited to 'tests/test_demandload_usage.py')
-rw-r--r--tests/test_demandload_usage.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_demandload_usage.py b/tests/test_demandload_usage.py
new file mode 100644
index 0000000..bf0d188
--- /dev/null
+++ b/tests/test_demandload_usage.py
@@ -0,0 +1,5 @@
+from snakeoil.test.demandload import DemandLoadTargets
+
+
+class TestDemandLoadTargets(DemandLoadTargets):
+ pass