Skip to main content

Pytest plugin to record discovered tests in a file

Project description

pytest-discover

A plugin to write pytest collect output to either a JSON file or a JSON lines file.

Install

pip install pytest-discover

Usage

  • Use the --collect-report together with --collect-only option to collect tests and generate a JSON file:
pytest --collect-only --collect-report=collect.json
  • Use the --collect-log together with --collect-only option to collect tests and generate a JSON lines file:
pytest --collect-only --collect-log=collect.jsonl

Produced JSON output

The JSON file generated by --collect-report option follows the DiscoveryResult JSON Schema.

Python tools can also use the DiscoveryResult dataclass to parse the JSON file.

Produced JSON Lines output

The JSON lines file generated by --collect-log option contains one JSON object per line. Each line is a JSON object that follows the DiscoveryEvent JSON Schema.

This schema is the union of the different events that can be emitted by the discovery process:

Python tools can also use the DiscoveryEvent dataclass to parse the JSON lines file, as well as the differnt event classes:

Note: The code generation task is automated using rye run generate-models project script.

Alternatives

  • pytest-json-report: This plugin not only generates a JSON report with collected nodes, but also with test results. It is a more complete solution than pytest-discover. However, there is no JSON schema to validate the output, nor JSON lines output.

Credits

  • pytest-report-log: This package was heavily inspired by the report-log plugin.
  • pytest-csv: The pytest-csv plugin was also a source of inspiration.
  • datamodel-code-generator: The dataclasses generation from JSON schemas is performed using datamodel-code-generator.
  • rye: Project management is easy thanks to rye.

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_discover-0.4.0.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

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

pytest_discover-0.4.0-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file pytest_discover-0.4.0.tar.gz.

File metadata

  • Download URL: pytest_discover-0.4.0.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.2

File hashes

Hashes for pytest_discover-0.4.0.tar.gz
Algorithm Hash digest
SHA256 c825332b82a64159bdec62f9b9afa6ba8bf7cbbc886aa5397d797db4195ecf17
MD5 f108c1bc56b817b967e87fba41d9fa33
BLAKE2b-256 5a5725f6c97cfe5eb6e4aea2bb4be88edb4af0306b23cca7f2d85745f8d13db8

See more details on using hashes here.

File details

Details for the file pytest_discover-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_discover-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3332b241ae21b5bbfe1edafc8d40d1c759a111b1c1636ef2bc050ac5e2e0e519
MD5 b555509713cff0a2857f586232105c16
BLAKE2b-256 cdbc791173f87cc2c1dbc0105258585d3074e392c153b51449490d3023e8975b

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