Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
5d906af5
Verified
Commit
5d906af5
authored
Nov 02, 2021
by
Baptiste Beauplat
Browse files
Add test to cover vcs-git without vcs-browser in RFS template generation
parent
0e0dc145
Changes
6
Hide whitespace changes
Inline
Side-by-side
tests/functional/importer/plugins/test_rfstemplate.py
View file @
5d906af5
...
...
@@ -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'
)
tests/functional/importer/sources/hello-no-vcs-browser/debian/changelog
0 → 120000
View file @
5d906af5
../../hello/debian/changelog
\ No newline at end of file
tests/functional/importer/sources/hello-no-vcs-browser/debian/compat
0 → 120000
View file @
5d906af5
../../hello/debian/compat
\ No newline at end of file
tests/functional/importer/sources/hello-no-vcs-browser/debian/control
0 → 100644
View file @
5d906af5
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
tests/functional/importer/sources/hello-no-vcs-browser/debian/rules
0 → 120000
View file @
5d906af5
../../hello/debian/rules
\ No newline at end of file
tests/functional/importer/sources/hello-no-vcs-browser/debian/source
0 → 120000
View file @
5d906af5
../../hello/debian/source
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment