Skip to main content

A test runner that outputs newline delimited JSON results

Project description

A unittest TestRunner that outputs ndjson. One JSON record per test result:

{
        "type": "success" | "expected_failure" | "failure" | "error" | "unexpected_success" | "skip",
        "id":   "module.TestClass.test_function",
        "desc": null | "First line of test function docstring",
        "msg":  null | "Exception traceback or reason for skipping"
}

To be used for test result storage or interprocess communication.

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

ndjson-testrunner-1.0.0.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

ndjson_testrunner-1.0.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file ndjson-testrunner-1.0.0.tar.gz.

File metadata

File hashes

Hashes for ndjson-testrunner-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c2b5486ff8198ae18995a0170b4161b55b42f1a991ee1f6de68fc27140bc3df3
MD5 9410f68981a057ff5cecb83f473af4e9
BLAKE2b-256 fc62f960a6d540c7c74d15675185334861458619cc9de74d0e784e371db9104a

See more details on using hashes here.

Provenance

File details

Details for the file ndjson_testrunner-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ndjson_testrunner-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 020995acb64c9e0584e6f8e89aa66540a676618ad0a9085b39a8916e9c56a4f4
MD5 93905c1463c629f800168d4ebeaa0e82
BLAKE2b-256 f6ec4033b8eeaa9e1e9ad449d07c8841dbeb805a8e4cf9241accaeeb84b6f808

See more details on using hashes here.

Provenance

Supported by

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