Skip to main content

Collects warnings while testing and generates a GitLab Code Quality Report.

Project description

GitLab Code Quality Report Provider for Pytest Warnings

Pytest plugin that generates a GitLab Code Quality Report file from the warnings emitted when running the tests.

Terminal GitLab
Pytest warnings in the terminal Pytest warnings in the GitLab merge request widget

If you run GitLab Premium or Ultimate, you should even see the warnings right next to the code in the diff view of merge requests. The official documentation contains more information and screenshots.

Getting Started

Install the plugin using a package manager of your choice

pip install pytest-gitlab-code-quality

then specify the output location for the report using the --gitlab-code-quality-report option

pytest --gitlab-code-quality-report=pytest-warnings.json

In GitLab CI, this will look similar to this:

# .gitlab-ci.yml
pytest:
  stage: test
  image: python
  script:
    - pip install -r requirements.txt # Or however you install your dependencies
    - python -m pytest --gitlab-code-quality-report=pytest-warnings.json

  # The three lines below are required in order for the warnings to show up!
  artifacts:
    reports:
      codequality: pytest-warnings.json

Motivation

Some warnings are only surfaced during runtime, so static analyzers do not always catch them. The screenshots at the top of this document contain the example of a questionably configured SQLAlchemy model. Tests are a cheap way to surface such issues.

While you may run the tests locally and see these warnings there, you also might overlook them or don't know whether they were introduced by your changes or were already present before. Either way, I think it makes sense to explicitly surface and track them during code review instead of burying them in the CI logs that nobody looks at when the tests pass. And that is exactly why this plugin was created.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_gitlab_code_quality-0.2.1.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

pytest_gitlab_code_quality-0.2.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file pytest_gitlab_code_quality-0.2.1.tar.gz.

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.2.1.tar.gz
Algorithm Hash digest
SHA256 1ad643ae91eac73914c3e56245d8b1dd9f7ff84671b897f753d569f394fb6a18
MD5 796da1d0c96fb169dc3464587b810b46
BLAKE2b-256 823d04af7aae49d47b1b8d86f2b4ec0abd1cab6cdf081f1e0c23b9adf9a22f61

See more details on using hashes here.

File details

Details for the file pytest_gitlab_code_quality-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a44e6d9c98d047ff81ec1618bd9eba82d124c94a140a8521d206bbf72bda6583
MD5 047421f32b8383c53470282e0414df6e
BLAKE2b-256 410b02ab78252a331f4c0ab16a186c4fcee1c75f7f8ffe18ff500273f99a9bdd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page