======================================================================
ERROR: snapcraft (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: snapcraft
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
File "/home/abraham/Documents/GitHub/snapcraft/snapcraft/__init__.py", line 229, in <module>
from snapcraft._store import ( # noqa
File "/home/abraham/Documents/GitHub/snapcraft/snapcraft/_store.py", line 23, in <module>
from tabulate import tabulate
ImportError: No module named 'tabulate'
----------------------------------------------------------------------
Ran 1 test in 0.001s