Coverage for src/debputy/plugin/api/test_api/__init__.py: 100%

3 statements  

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

1from debputy.plugin.api.test_api.test_impl import ( 

2 package_metadata_context, 

3 initialize_plugin_under_test, 

4 manifest_variable_resolution_context, 

5) 

6from debputy.plugin.api.test_api.test_spec import ( 

7 RegisteredPackagerProvidedFile, 

8 build_virtual_file_system, 

9 InitializedPluginUnderTest, 

10 DEBPUTY_TEST_AGAINST_INSTALLED_PLUGINS, 

11) 

12 

13__all__ = [ 

14 "initialize_plugin_under_test", 

15 "RegisteredPackagerProvidedFile", 

16 "build_virtual_file_system", 

17 "InitializedPluginUnderTest", 

18 "package_metadata_context", 

19 "manifest_variable_resolution_context", 

20 "DEBPUTY_TEST_AGAINST_INSTALLED_PLUGINS", 

21]