summaryrefslogtreecommitdiffstats
path: root/self-hosting-plugins/debputy_self_hosting_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'self-hosting-plugins/debputy_self_hosting_test.py')
-rw-r--r--self-hosting-plugins/debputy_self_hosting_test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/self-hosting-plugins/debputy_self_hosting_test.py b/self-hosting-plugins/debputy_self_hosting_test.py
new file mode 100644
index 0000000..c8da6cc
--- /dev/null
+++ b/self-hosting-plugins/debputy_self_hosting_test.py
@@ -0,0 +1,10 @@
+from debputy.plugin.api.test_api import (
+ initialize_plugin_under_test,
+ build_virtual_file_system,
+)
+
+
+def test_plugin():
+ plugin = initialize_plugin_under_test()
+ fs = build_virtual_file_system([])
+ plugin.run_metadata_detector("debputy-self-hosting", fs)