Verified Commit 3ff153fb authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Add regression test for lintian mask severity

parent c8c37234
......@@ -87,3 +87,12 @@ class TestPluginLintian(TestImporterController):
self.assertEqual(str(e.exception),
'lintian took too much time to run')
def test_lintian_mask(self):
outcome = 'Package has lintian informational tags'
self.import_source_package('lintian-mask')
self.assert_importer_succeeded()
self.assert_plugin_result_count('hello', 'lintian', 1)
self.assert_plugin_result('hello', 'lintian', outcome)
self.assert_plugin_severity('hello', 'lintian',
PluginSeverity.info)
../hello/Makefile
\ No newline at end of file
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
../../hello/debian/changelog
\ No newline at end of file
../../hello/debian/compat
\ No newline at end of file
../../hello/debian/control
\ No newline at end of file
../../hello/debian/copyright
\ No newline at end of file
../../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