Add workflow to score stubs #1636
Annotations
7 errors
tests/checkout_repo/basicgit_test.py#L106
test_get_failure_throws
Failed: DID NOT RAISE <class 'Exception'>
|
tests/checkout_repo/basicgit_test.py#L129
test_get_tag_submodule
AssertionError: tag must be a string
assert False
+ where False = isinstance(None, str)
|
tests/minify/minify_sources_test.py#L41
test_minify_file_to_folder
AssertionError: Failed: all references to ._log have been removed
assert 3 == -1
+ where 3 = <built-in method find of str object at 0x7f2fe28b8930>('._log')
+ where <built-in method find of str object at 0x7f2fe28b8930> = "\t\tA._log=logging.getLogger(X);A._report=[];A.info=_info();K('Port: {}'.format(A.info[n]));K('Board: {}'.format(A.info[J]));D.collect()\n".find
|
tests/minify/minify_test.py#L25
test_minification_py[createstubs.py]
AssertionError: all references to ._log have been removed
assert 3 == -1
+ where 3 = <built-in method find of str object at 0x7f2fe0f87ab0>('._log')
+ where <built-in method find of str object at 0x7f2fe0f87ab0> = "\t\tA._log=logging.getLogger(X);A._report=[];A.info=_info();K('Port: {}'.format(A.info[n]));K('Board: {}'.format(A.info[J]));D.collect()\n".find
|
tests/minify/minify_test.py#L25
test_minification_py[createstubs_mem.py]
AssertionError: all references to ._log have been removed
assert 3 == -1
+ where 3 = <built-in method find of str object at 0x7f2fe0f849f0>('._log')
+ where <built-in method find of str object at 0x7f2fe0f849f0> = "\t\tA._log=logging.getLogger(X);A._report=[];A.info=_info();I('Port: {}'.format(A.info[o]));I('Board: {}'.format(A.info[K]));C.collect()\n".find
|
tests/minify/minify_test.py#L25
test_minification_py[createstubs_db.py]
AssertionError: all references to ._log have been removed
assert 3 == -1
+ where 3 = <built-in method find of str object at 0x7f2fe159aeb0>('._log')
+ where <built-in method find of str object at 0x7f2fe159aeb0> = "\t\tA._log=logging.getLogger(a);A._report=[];A.info=_info();I('Port: {}'.format(A.info[r]));I('Board: {}'.format(A.info[L]));B.collect()\n".find
|
|
The logs for this run have expired and are no longer available.
Loading