From 1e5c28f36b0fd2d5ac1683c88d48e3d7c243e993 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 22:18:22 +0200 Subject: Adding upstream version 0.1.28. Signed-off-by: Daniel Baumann --- .../d_4b9be07fb6071cd2___init___py.html | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 coverage-report/d_4b9be07fb6071cd2___init___py.html (limited to 'coverage-report/d_4b9be07fb6071cd2___init___py.html') diff --git a/coverage-report/d_4b9be07fb6071cd2___init___py.html b/coverage-report/d_4b9be07fb6071cd2___init___py.html new file mode 100644 index 0000000..e69e477 --- /dev/null +++ b/coverage-report/d_4b9be07fb6071cd2___init___py.html @@ -0,0 +1,120 @@ + + + + + Coverage for src/debputy/plugin/api/test_api/__init__.py: 100% + + + + + +
+
+

+ 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] 

+
+ + + -- cgit v1.2.3