Last active
August 16, 2018 15:40
-
-
Save Michael0x2a/1d5a5bcb7f55c940874808e3712165cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
__________________________ testMetaclassOpAccessAny ___________________________ | |
[gw1] win32 -- Python 3.6.3 c:\python3.6\python.exe | |
data: C:\Users\Michael\Dropbox\Projects\Code\Programs\mypy\mypy\test-data\unit\pythoneval.test:1206: | |
..\..\..\..\Dropbox\Projects\Code\Programs\mypy\mypy\mypy\test\testpythoneval.py:42: in run_case | |
test_python_evaluation(testcase, os.path.join(self.cache_dir.name, '.mypy_cache')) | |
..\..\..\..\Dropbox\Projects\Code\Programs\mypy\mypy\mypy\test\testpythoneval.py:97: in test_python_ev | |
aluation | |
testcase.file, testcase.line)) | |
..\..\..\..\Dropbox\Projects\Code\Programs\mypy\mypy\mypy\test\helpers.py:111: in assert_string_arrays | |
_equal | |
raise AssertionError(msg) | |
E AssertionError: Invalid output (C:\Users\Michael\Dropbox\Projects\Code\Programs\mypy\mypy\test-dat | |
a\unit\pythoneval.test, line 1206) | |
---------------------------- Captured stderr call ----------------------------- | |
Expected: | |
_testMetaclassOpAccessAny.py:2: error: Cannot find module named 'nonexisten... | |
_testMetaclassOpAccessAny.py:2: note: (Perhaps setting MYPYPATH or using th... | |
Actual: | |
_testMetaclassOpAccessAny.py:2: error: Cannot find module named 'nonexisten... | |
_testMetaclassOpAccessAny.py:2: note: (Perhaps setting MYPYPATH or using th... | |
_testMetaclassOpAccessAny.py:5: error: Unsupported operand types for * ("Type[Any]" and "int") (diff | |
) | |
_testMetaclassOpAccessAny.py:5: error: Unsupported operand types for + ("int" and "Type[Any]") (diff | |
) | |
============ 3 failed, 6379 passed, 165 skipped in 390.80 seconds ============= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment