Skip to main content

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

Project description

GitLab Code Quality for Pytest

current package version supported Python versions github sponsors license

Enables GitLab to collect and show warnings emitted during your test runs through their [code quality report].

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.3.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_gitlab_code_quality-0.3.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.3.1.tar.gz
Algorithm Hash digest
SHA256 611cd9d9d21ea47babab840d040894a6180bb5b17be46f4c249785722b871916
MD5 e5557c2286f3da6bb95b258502a25410
BLAKE2b-256 a98955c6c751fbe0fac8f856fae6a317f9290330ed83dc1164fc02968ea7ce3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_gitlab_code_quality-0.3.1.tar.gz:

Publisher: release.yml on NiclasvanEyk/pytest-gitlab-code-quality

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 68d7536b989cd44e37cb2210045bc95e64ca7169be940d6ff3a37cc742e728a3
MD5 1bbd1a2f6e32ddcb8983bd0a6750b6fa
BLAKE2b-256 d0e1bd7b1968ce044d0f0a1cd780cb19917c126cfaccf3608b08548def2fc822

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_gitlab_code_quality-0.3.1-py3-none-any.whl:

Publisher: release.yml on NiclasvanEyk/pytest-gitlab-code-quality

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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