We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2743d7d commit e6f82c9Copy full SHA for e6f82c9
β.pylintrcβ
@@ -467,7 +467,7 @@ max-statements=50
467
min-public-methods=2
468
469
# Minimum number of public methods for a class (see R0903).
470
-max-positional-arguments=12
+max-args=12
471
472
[EXCEPTIONS]
473
βapi/tests/Makefileβ
@@ -37,7 +37,7 @@ test-ci: _check_venv_active ## runs all tests [DEV]
37
--cov-report=term-missing \
38
--cov-report=xml \
39
--junitxml=junit.xml -o junit_family=legacy \
40
- --cov=api \
+ --cov=. \
41
--durations=10 \
42
--log-date-format="%Y-%m-%d %H:%M:%S" \
43
--log-format="%(asctime)s %(levelname)s %(message)s" \
βapi/tests/test_individual_openapi_schemas.pyβ
0 commit comments