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

Finally, tell GitLab about them during CI

# .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.1.2.dev2.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file pytest_gitlab_code_quality-0.1.2.dev2.tar.gz.

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.1.2.dev2.tar.gz
Algorithm Hash digest
SHA256 f2c4e81c64332774cdc19c32278ea1d99e8ad11235e90dfde9c0d68b47fa0be4
MD5 d6ae795591afca2de475bdb3ba81b506
BLAKE2b-256 e42cb1b3b975d67154f13bd803965a81508c806c771c0cdd65e6da5d65b8aaa0

See more details on using hashes here.

File details

Details for the file pytest_gitlab_code_quality-0.1.2.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_gitlab_code_quality-0.1.2.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 0fd30bdac77f63af60d2108277feb8f067aec33befea28f4825b784063d40ea9
MD5 1bb50afd4cf35abcb9daca2159bd5048
BLAKE2b-256 ad3f1e281c0c3d9c969ba384e51945566641ecfbd44c57c1acdf4d9133f6ee79

See more details on using hashes here.

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