From ec14b3742103754d9022782587d0b5cf2f9fd1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 25 Apr 2024 04:59:48 +0200 Subject: Merging upstream version 0.1.29. Signed-off-by: Daniel Baumann --- .../d_4b9be07fb6071cd2___init___py.html | 120 --------------------- 1 file changed, 120 deletions(-) delete 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 deleted file mode 100644 index e69e477..0000000 --- a/coverage-report/d_4b9be07fb6071cd2___init___py.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - 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