mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
test: move tests/* into ubuntu_archive_assistant/
This single test is part of ubuntu-archive-assistant, and fails several flake8 tests; throw it in with the rest, so it's ignored by flake8. None of it is actually shipped. Signed-off-by: Dan Streetman <ddstreet@canonical.com>
This commit is contained in:
parent
48c7130008
commit
930c05621e
@ -108,4 +108,3 @@ class TestCommand(unittest.TestCase):
|
|||||||
self.fail("Did not crash as expected")
|
self.fail("Did not crash as expected")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.assertIn('unexpected', e.args)
|
self.assertIn('unexpected', e.args)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user