Created
July 25, 2020 14:54
-
-
Save sajith/bc56a1d83b86819137422608804e3817 to your computer and use it in GitHub Desktop.
StatusTests.test_status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coverage run-test: commands[1] | magic-folder --version | |
Magic Folder version 0.0.0.post761 | |
coverage run-test: commands[2] | coverage run --branch -m twisted.trial --rterrors magic_folder.test.test_status.StatusTests.test_status | |
Loading Hypothesis profile default | |
magic_folder.test.test_status | |
StatusTests | |
test_status ... Traceback (most recent call last): | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/trial/runner.py", line 625, in loadByNames | |
things.append(self.findByName(name)) | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/trial/runner.py", line 429, in findByName | |
return reflect.namedAny(name) | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/python/reflect.py", line 319, in namedAny | |
obj = getattr(obj, n) | |
exceptions.AttributeError: 'module' object has no attribute 'test_status' | |
[ERROR] | |
=============================================================================== | |
[ERROR] | |
Traceback (most recent call last): | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/trial/runner.py", line 625, in loadByNames | |
things.append(self.findByName(name)) | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/trial/runner.py", line 429, in findByName | |
return reflect.namedAny(name) | |
File "/Users/sajith/projects/tahoe/magic-folder/.tox/coverage/lib/python2.7/site-packages/twisted/python/reflect.py", line 319, in namedAny | |
obj = getattr(obj, n) | |
exceptions.AttributeError: 'module' object has no attribute 'test_status' | |
magic_folder.test.test_status.StatusTests.test_status | |
------------------------------------------------------------------------------- | |
Ran 1 tests in 0.013s | |
FAILED (errors=1) | |
ERROR: InvocationError for command /Users/sajith/projects/tahoe/magic-folder/.tox/coverage/bin/coverage run --branch -m twisted.trial --rterrors magic_folder.test.test_status.StatusTests.test_status (exited with code 1) | |
______________________________________________________________________________________ summary ______________________________________________________________________________________ | |
ERROR: coverage: commands failed |
vu3rdd
commented
Jul 25, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment