summaryrefslogtreecommitdiffstats
path: root/self-hosting-plugins/debputy_self_hosting_test.py
blob: c8da6cc8ede308417879fd06a9c957340ff87f9f (plain)
1
2
3
4
5
6
7
8
9
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)