hoverpy icon indicating copy to clipboard operation
hoverpy copied to clipboard

Python library for Hoverfly (now obsolete)

Results 10 hoverpy issues
Sort by recently updated
recently updated
newest added

Bumps [babel](https://github.com/python-babel/babel) from 2.3.4 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Currently, the test cases send requests to an external URL, which is a brittle dependency. Hoverpy should not rely on this approach. Instead, I suggest the use of a simple,...

I tried running the test suite but got all the following errors: ```bash running test running egg_info writing hoverpy.egg-info/PKG-INFO writing dependency_links to hoverpy.egg-info/dependency_links.txt writing requirements to hoverpy.egg-info/requires.txt writing top-level names...

On Windows 10, with Python 2.7.14 installed, while running $ python setup.py test command, it throws the following error: ValueError: No JSON object could be decoded ---------------------------------------------------------------------- Traceback (most recent...

Hoverfly v1.5.2 installed on the machine*, but when importing hoverpy, it installs hoverfly v0.10.0. `DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_amd64.zip TO /tmp/tmpm9e2399d` * Installed with brew on Mac; on Linux: ``` wget...

I have Hoverfly installed and I am trying to run the example test, but I get: DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_OSX_arm64.zip TO /tmp/tmpha1omii0 Same thing with docker: DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_aarch64.zip...

Running the [basic example](https://docs.hoverfly.io/projects/hoverpy/en/latest/pages/usage/basic.html) raises a JSONDecodeError. ``` Traceback (most recent call last): File "/src/controller.py", line 10, in simData = requests.get("http://time.jsontest.com/").json() File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc,...

The description states that HoverPy is "now obsolete". It would be great if the README was updated to explain why, and/or to signpost the alternative way that Hoverfly should be...