Hypothesis strategy to generate JSON-RPC 2.0
Project description
hypothesis-jsonrpc
This Python package provides a Hypothesis strategy to generate Python objects compliant to the JSON-RPC 2.0 Specification to uncover unhandled edge cases in your code.
Example
>>> from pprint import pprint
>>> from hypothesis_jsonrpc.strategies import requests
>>> pprint(requests().example())
{'id': 29028,
'jsonrpc': '2.0',
'method': "\U000db1d5\U0004cabb'\x03",
'params': {'-105.0': {},
'Infinity': ['false', -1677172375.0, -inf],
'nan': [19940.0]}}
Installation
The package is published to the Python Package Index (PyPI) and may be installed using your favorite installer, e.g.:
pip install hypothesis-jsonrpc
Remarks
- So far, only requests, not responses, can be generated
- Invalid requests are generated by mutating valid requests and are guranteed to be JSON compliant
- Generated numbers are guaranteed to be processable as double-precision floating-point numbers
- The non-standard constants supported by Python's json module may also be generated, but are disabled by default
Status & Versioning
Although this is a very young project, it was developed with a strong focus on quality and should be suitable for use in production environments. Versioning of releases will strictly follow the Semantic Versioning Specification (SemVer).
Licensing
This project may be licensed under the terms of the OSI approved MirOS License.
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 Distributions
Built Distribution
File details
Details for the file hypothesis_jsonrpc-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: hypothesis_jsonrpc-2.0.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.5 CPython/3.7.0 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fc4436106e38fcae394bb7ad3698ecac07920cbd729ec3d192cc597d6a966b9 |
|
MD5 | b8a1a1acd507a0f6db56f3ba801c81fa |
|
BLAKE2b-256 | 43bdc3426acbde1f7e9eb03348e1ca78f4312e82027670378f66ce08fe08d38a |