package.debian: Re-implement debian loader within the package loader mechanism
Closed
requested to merge generated-differential-D2135-source into generated-differential-D2135-target
Compare changes
Files
2- Antoine R. Dumont authored
Instead of using instance variable (self.dsc_path, self.dsc_uri) This is tradeoff as this computes multiple times the dsc_information.
@@ -3,10 +3,13 @@
@@ -94,6 +97,39 @@ def test_download_package(datadir, tmpdir, requests_mock_http_datadir):