Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python setup.py test does not work yet #6

Open
kangwonlee opened this issue Jun 11, 2019 · 1 comment
Open

python setup.py test does not work yet #6

kangwonlee opened this issue Jun 11, 2019 · 1 comment

Comments

@kangwonlee
Copy link
Owner

kangwonlee commented Jun 11, 2019

$ python setup.py test
running test
running egg_info
writing build_util.egg-info/PKG-INFO
writing dependency_links to build_util.egg-info/dependency_links.txt
writing requirements to build_util.egg-info/requires.txt
writing top-level names to build_util.egg-info/top_level.txt
reading manifest file 'build_util.egg-info/SOURCES.txt'
writing manifest file 'build_util.egg-info/SOURCES.txt'
running build_ext
tests (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests
Traceback (most recent call last):
  File "~/anaconda3/lib/python3.7/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
ModuleNotFoundError: No module named 'build_util.tests'


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
@kangwonlee
Copy link
Owner Author

kangwonlee commented Jun 11, 2019

  • As of a4b88e5, works for linux only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant