Skip to content

Add unit test for "compare_modules" function #94

Add unit test for "compare_modules" function

Add unit test for "compare_modules" function #94

Re-run triggered October 2, 2023 13:02
Status Failure
Total duration 24s
Artifacts

flake8.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: tests/test_pipreqs.py#L42
[flake8] reported by reviewdog 🐶 line too long (149 > 120 characters) Raw Output: ./tests/test_pipreqs.py:42:121: E501 line too long (149 > 120 characters)
Lint: tests/test_pipreqs.py#L435
[flake8] reported by reviewdog 🐶 whitespace after '(' Raw Output: ./tests/test_pipreqs.py:435:14: E201 whitespace after '('
Lint: tests/test_pipreqs.py#L435
[flake8] reported by reviewdog 🐶 whitespace before ')' Raw Output: ./tests/test_pipreqs.py:435:45: E202 whitespace before ')'
Lint: tests/test_pipreqs.py#L435
[flake8] reported by reviewdog 🐶 at least two spaces before inline comment Raw Output: ./tests/test_pipreqs.py:435:48: E261 at least two spaces before inline comment
Lint: tests/test_pipreqs.py#L436
[flake8] reported by reviewdog 🐶 whitespace after '(' Raw Output: ./tests/test_pipreqs.py:436:14: E201 whitespace after '('
Lint: tests/test_pipreqs.py#L436
[flake8] reported by reviewdog 🐶 whitespace before ')' Raw Output: ./tests/test_pipreqs.py:436:63: E202 whitespace before ')'
Lint: tests/test_pipreqs.py#L436
[flake8] reported by reviewdog 🐶 at least two spaces before inline comment Raw Output: ./tests/test_pipreqs.py:436:66: E261 at least two spaces before inline comment
Lint: tests/test_pipreqs.py#L437
[flake8] reported by reviewdog 🐶 whitespace after '(' Raw Output: ./tests/test_pipreqs.py:437:14: E201 whitespace after '('
Lint: tests/test_pipreqs.py#L437
[flake8] reported by reviewdog 🐶 whitespace before ')' Raw Output: ./tests/test_pipreqs.py:437:98: E202 whitespace before ')'
Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/