Skip to main content

A plugin that allows coll test data for use on Test Tracer

Project description

PyPI version Python versions See Build Status on GitHub Actions

A plugin that allows collecting test data for use on Test Tracer.

Requirements

  • pytest

  • A free Test Tracer account

  • An API token that allows uploading the test result

Installation

You can install “pytest-test-tracer-for-pytest” via pip from PyPI:

$ pip install pytest-test-tracer-for-pytest

Usage

Install the Plugin then activate it using the following Pytest parameters

parameters

Parameter Name

Required

Description

Default Value

test-tracer-run-reference

No

By default, Test Tracer Runs are grouped one per Pytest run. If you want multiple Pytest runs to be visible in the same Test Tracer Run, you can specify your own unique run reference. Useful if you split up your test runs into several parallel runs

A GUID

use-test-tracer

No

Provide this argument to enable the Test Tracer plugin

False

build-version

No

If your application under test has a build version. You can enter it here.

None

build-revision

Yes

A unique revision for your application under test. Typically this is a git commit hash, an SVN revision, or any other string that identifies the current code base

None

test-tracer-project-name

Yes

The name of the Project that this test is for. You can give it the name of your application, a single microservice, or any other way that you choose to describe the thing being tested.

None

branch-name

Yes

The name of the branch that is being tested

None

test-tracer-no-upload

No

If you provide this argument, Test Tracer will still generate test result data, but it won’t attempt to upload it to Test Tracer

False

test-tracer-upload-token

No

If you want to upload results to Test Tracer, you need to specify the API token used to secure the upload

None

Here is an example of using the Test Tracer for Pytest plugin with Git as the source control:

$ pytest --branch-name=$(git rev-parse --abbrev-ref HEAD) --build-revision=$(git rev-parse --short HEAD) --test-tracer-project-name="Your Project Name" --test-tracer-upload-token="Your Test Tracer Upload Token"

License

Distributed under the terms of the MIT license, “pytest-test-tracer-for-pytest” is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

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_test_tracer_for_pytest-0.1.1.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

pytest_test_tracer_for_pytest-0.1.1-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file pytest_test_tracer_for_pytest-0.1.1.tar.gz.

File metadata

File hashes

Hashes for pytest_test_tracer_for_pytest-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fd1e441da6b603b09ca91c49593cf4ddc2bd67d889e0843cc42824271b77887a
MD5 050d056214f0a4934489c73febb25594
BLAKE2b-256 c948932b4ee1ed304e61dc7333dfc285679a2416a4fd3921913f7bb9dab18793

See more details on using hashes here.

File details

Details for the file pytest_test_tracer_for_pytest-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_test_tracer_for_pytest-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fec2a89bb90d16f319e0139c42787757eb0eb45d144acb6e0ae90672ff812f96
MD5 aa860d9718a9fa6bf7c8c38104631830
BLAKE2b-256 d7306fc6f86c256869d3a667c11f3292ee4c6a93a47739e4b5f971058784057b

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