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:
Dan Streetman 2020-06-15 18:24:10 -04:00
parent 48c7130008
commit 930c05621e

View File

@ -108,4 +108,3 @@ class TestCommand(unittest.TestCase):
self.fail("Did not crash as expected")
except Exception as e:
self.assertIn('unexpected', e.args)