Verified Commit 5d906af5 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Add test to cover vcs-git without vcs-browser in RFS template generation

parent 0e0dc145
......@@ -78,3 +78,9 @@ class TestPluginRFSTemplate(TestImporterController):
'[NMU] [QA] [Team] -- Test package for debexpo')
self.assert_rfs_content('does-not-exist',
'Severity: wishlist')
def test_no_vcs_browser(self):
self.import_source_package('hello-no-vcs-browser')
self.assert_importer_succeeded()
self.assert_rfs_content('hello',
'Vcs : [fill in')
../../hello/debian/changelog
\ No newline at end of file
../../hello/debian/compat
\ No newline at end of file
Source: hello
Section: utils
Priority: optional
Maintainer: Vincent TIME <vtime@example.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Homepage: https://example.org
Vcs-Git: https://salsa.debian.org/debian/hello.git
Package: hello
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Test package for debexpo
Unfortunatly, a too short description
../../hello/debian/rules
\ No newline at end of file
../../hello/debian/source
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment