Chris Dent
Chris Dent
It should perhaps only be required to install pytest if pytest is going to be used, in which case, imports should be conditional? I'm not sure it is that much...
Now that https://hogarthww.github.io/gabbi-tools/ https://github.com/hogarthww/gabbi-tools exists, it would be good to have something in the gabbi docs that points to extensions like these.
Should it? /cc @FND
This is left as an open and ongoing issue to encourage people to add things to the [FAQ](http://gabbi.readthedocs.io/en/latest/faq.html). To do that make changes to `doc/source.faq.rst`.
See http://wildfish.com/blog/2015/10/01/using-gabbi-and-hypothesis-test-django-apis/
When trying to use cachecontrol with very large files (disk images in the case I'm considering), there's no easy way to pass a max_bin_len to msgpack.loads to say "yeah, I...
we can use separate fields for author (Ian), and maintainer (me).
Paste uses the cgi package extensively in the main code as well as in tests. The package is deprecated and will be removed in Python 3.13. The main functions used...