-
The examples for various context managers seems to be outdated.
For example: https://httpretty.readthedocs.io/en/1.1.4/api.html#httpretty.core.httprettized
In documentation:
```
httpretty.regi…
-
Python 3.4.0
```
(env)$ pip install httpretty
Downloading/unpacking httpretty
Downloading httpretty-0.8.4.tar.gz (40kB): 40kB downloaded
Running setup.py (path:/opt/env/build/httpretty/setup.py) …
-
the following sample will raise errors with 50% probability (with something like `I have no entries for method POST: URLMatcher(http\:\/\/geekiepedia\.testing/learning_objects/[a-zA-Z0-9]+)`)
``` lan…
-
As demonstrated by the shell session below, there is a bug in how ssl is handled when passing through HTTPretty. I didn't see a note in the readme about it having this limitation.
```
>>> import req…
-
mocurly depends on a old version of httpretty that doesn't support python 3.7
It requires httpretty
-
Specifically, the `ã` in your name in `__init__.py` etc. causes `read()`ing from that file in `setup.py` to fail since it's not ASCII.
Leaving one or both of the lines commented below causes `pip3` t…
-
## Tasks
- [ ] investigate the following log msg:
```bash
DEBUG httpretty.core error closing file : 'super' object has no attribute 'flush'
```
-
pytest is for me and to be honest I know that something is missing in my build env but I cannot figure out which one module(s) I need to install :/
May I as for some hints?
And in below output lates…
-
Method Node.get_marker was removed in pytest 4.1
```
def pytest_runtest_setup(item):
> marker = item.get_marker('httpretty')
E AttributeError: 'Function' object has no attribute '…
-
I am working on a test that requires multiple requests to the same URL, but with different query strings. For example:
```
httpretty.register_uri(httpretty.GET, …