チェック結果とアクセス結果が異なるパターンの修正 #47
Annotations
3 errors
|
test_analyzer.test_two_line:
tests/test_analyzer.py#L92
AssertionError: assert 1 == 2
+ where 1 = len([ReportData(file='tests/syntax/two_url_syntax.md', line=1, url='https://example.com', result=<Result.OK: 'OK'>, code=200, reason=None)])
|
|
test_analyzer.test_all_url_syntax_document_pass:
tests/test_analyzer.py#L80
AssertionError: assert 7 == 8
+ where 7 = len([ReportData(file='tests/syntax/url_syntax.md', line=3, url='https://contributor-covenant.org/version/1/4', result=<Res...om/questions/319925/difference-between-hard-wrap-and-soft-wrap', result=<Result.OK: 'OK'>, code=200, reason=None), ...])
|
|
test
Process completed with exit code 1.
|