Coverage for self-hosting-plugins/debputy_self_hosting_test.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2024-04-07 12:14 +0200

1from debputy.plugin.api.test_api import ( 

2 initialize_plugin_under_test, 

3 build_virtual_file_system, 

4) 

5 

6 

7def test_plugin(): 

8 plugin = initialize_plugin_under_test() 

9 fs = build_virtual_file_system([]) 

10 plugin.run_metadata_detector("debputy-self-hosting", fs)