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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ndjson_testrunner-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 020995acb64c9e0584e6f8e89aa66540a676618ad0a9085b39a8916e9c56a4f4 |
|
MD5 | 93905c1463c629f800168d4ebeaa0e82 |
|
BLAKE2-256 | f6ec4033b8eeaa9e1e9ad449d07c8841dbeb805a8e4cf9241accaeeb84b6f808 |