Coverage for self-hosting-plugins/debputy_self_hosting_test.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.0, created at 2025-01-27 13:59 +0000
« prev ^ index » next coverage.py v7.6.0, created at 2025-01-27 13:59 +0000
1from debputy.plugin.api.test_api import (
2 initialize_plugin_under_test,
3 build_virtual_file_system,
4)
7def test_plugin():
8 plugin = initialize_plugin_under_test()
9 fs = build_virtual_file_system([])
10 plugin.run_metadata_detector("debputy-self-hosting", fs)