Skip to content

add vscode pytest settings #100

add vscode pytest settings

add vscode pytest settings #100

Triggered via pull request March 24, 2025 13:52
Status Failure
Total duration 21s
Artifacts

commitlint.yml

on: pull_request
commitlint  /  commitlint
13s
commitlint / commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint / commitlint
You have commit messages with errors ⧗ input: Adds missing __init__.py files [FC-0030] (#90) chore: adds missing __init__.py files and fixes resulting pylint issues * fixes a number of translation-of-non-string * fixes coverage for files in tests/ * fixes PytestCollectionWarnings ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Taxonomy import templates [FC-0036] (#89) feat: adds view to download CSV and JSON taxonomy import template files to demonstrate their format and usage. Also alters the import code to ignore extra fields in import files. This allows us to add comments to our template import files, but more importantly, allows users to import tags from an external source which may have extra data we don't care about. ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Minor fixes for tagging django admin [FC-0036] (#114) * feat: improve django admin for tagging/taxonomy models * fix: some existing instances had wrong class for Language taxonomy * fix: allows taxonomy.pk to be a negative number when parsing REST API URLs ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Tagging: serialize object permissions to REST API [FC-0036] (#138) * feat: adds can_<action>_<model> fields to the tagging REST API results using a custom serializer * feat: adds can_add_<model> field above the results using a custom paginator * refactor: replaces ObjectTagsByTaxonomySerializer.editable with "can_tag_object" rule: used by the Content Tag Drawer and Taxonomy UIs * tests: verified that adding these permissions doesn't affect the query count. * chore: bumps version to 0.4.4 ✖ type must be lower-case [type-case] ✖ type must be one of [revert, feat, fix, perf, docs, test, build, refactor, style, chore, temp] [type-enum] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html