Skip to content

pyproject.toml: add initial file #1431

pyproject.toml: add initial file

pyproject.toml: add initial file #1431

Triggered via pull request August 30, 2023 06:40
Status Success
Total duration 4m 40s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Lint: tests/e2e_tests/test_subscribe_handler.py#L26
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_subscribe_handler.py#L49
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_subscribe_handler.py#L73
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_user_creation.py#L13
Unable to import 'e2e_tests.conftest'
Lint: tests/e2e_tests/test_user_group_handler.py#L14
Unable to import 'e2e_tests.conftest'
Lint
No module named tests/e2e_tests/test_user_group_creation.py
Lint: tests/e2e_tests/test_user_creation.py#L13
third party import "from e2e_tests.conftest import db_create" should be placed before "from api.models import User, UserGroup, UserProfile"
Lint: tests/e2e_tests/test_user_group_handler.py#L74
Trailing whitespace
Lint: tests/e2e_tests/test_user_group_handler.py#L78
Trailing whitespace
Lint: tests/e2e_tests/test_user_group_handler.py#L10
standard import "import json" should be placed before "import pytest"
Lint: tests/e2e_tests/test_user_group_handler.py#L14
third party import "from e2e_tests.conftest import db_create" should be placed before "from api.models import UserGroup"
Lint
FileNotFoundError: [Errno 2] No such file or directory: 'tests/e2e_tests/test_user_group_creation.py'
Lint: tests/e2e_tests/test_user_group_handler.py#L60
line too long (82 > 79 characters)
Lint: tests/e2e_tests/test_user_group_handler.py#L74
blank line contains whitespace
Lint: tests/e2e_tests/test_user_group_handler.py#L78
blank line contains whitespace
check (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/