feat: initial implementation #4
Annotations
10 errors
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L1
openedx_course_enrollment_audit/tests/test_commands.py:1:1: INP001 File `openedx_course_enrollment_audit/tests/test_commands.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L22
openedx_course_enrollment_audit/tests/test_commands.py:22:28: ANN001 Missing type annotation for function argument `user`
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L22
openedx_course_enrollment_audit/tests/test_commands.py:22:34: ANN001 Missing type annotation for function argument `course_id`
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L33
openedx_course_enrollment_audit/tests/test_commands.py:33:41: ANN001 Missing type annotation for function argument `enrollment`
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L44
openedx_course_enrollment_audit/tests/test_commands.py:44:51: ANN001 Missing type annotation for function argument `create_enrollment`
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L44
openedx_course_enrollment_audit/tests/test_commands.py:44:70: ANN001 Missing type annotation for function argument `create_manual_enrollment_audit`
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L63
openedx_course_enrollment_audit/tests/test_commands.py:63:5: S101 Use of `assert` detected
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L67
openedx_course_enrollment_audit/tests/test_commands.py:67:5: S101 Use of `assert` detected
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L73
openedx_course_enrollment_audit/tests/test_commands.py:73:5: S101 Use of `assert` detected
|
Run astral-sh/ruff-action@v1:
openedx_course_enrollment_audit/tests/test_commands.py#L75
openedx_course_enrollment_audit/tests/test_commands.py:75:5: S101 Use of `assert` detected
|
Loading