awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

ImportError: No module named 'tests' running unit tests #31

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago
====================================================================================== ERRORS =======================================================================================
_____________________________________________________________________ ERROR collecting tests/unit/test_utils.py _____________________________________________________________________
tests/unit/test_utils.py:1: in <module>
    from tests import unittest
E   ImportError: No module named 'tests'
_______________________________________________________________ ERROR collecting tests/unit/index/test_completions.py _______________________________________________________________
tests/unit/index/test_completions.py:1: in <module>
    from tests import unittest
E   ImportError: No module named 'tests'