John Vandenberg
573c6eee0b
Use tox-travis
...
dc9cd42 introduced Travis checking of flakes using tox.
However tox.ini only defined 'flakes-py34', so Travis
was only invoking flake8 on Python 3.4, and invoking
py.test on other Python versions.
As tox factors only work properly on the default testenv,
use a generic tox environment 'flakes', and use tox-travis
to select the correct basepython.
2015-12-13 04:22:51 +11:00
Kevin McCarthy
70c92d05d9
Merge pull request #229 from jayvdb/flakes
...
Fix pyflakes and pep8 errors
2015-12-05 14:06:53 -10:00
John Vandenberg
dc9cd4229b
Fix pyflakes and pep8 errors
...
Use extra asserts to use previously unused variables in tests,
such as `cass` and `response`.
Fix only pyflakes errors in docs/conf.py
2015-11-26 08:25:06 +11:00
Kevin McCarthy
6ae1b00207
Merge pull request #228 from jayvdb/travis-tox
...
Use tox for Travis-CI
2015-11-25 09:23:28 -05:00
John Vandenberg
54bb9aa27a
Use tox for Travis-CI
2015-11-25 15:51:25 +11:00
Aron Griffis
312ed2c234
Merge pull request #223 from jayvdb/jessie-fix
...
Fallback to importing from urllib3
2015-11-24 15:14:09 -05:00
Kevin McCarthy
20915a79c1
Merge pull request #226 from Bjwebb/patch-1
...
Fix typo
2015-11-14 07:22:33 -06:00
Ben Webb
495afdddc8
Fix typo
2015-11-14 07:41:38 +00:00
Aron Griffis
dee580f971
Merge pull request #196 from agriffis/remove-replace
...
Enable header replacement rather than removal
2015-11-07 19:01:00 -05:00
Aron Griffis
6919c06b8c
Add documentation for new features of filter_headers, filter_query_parameters and filter_post_data_parameters
2015-11-07 18:50:32 -05:00
Aron Griffis
77de8dc47e
Update VCR params to use new filters.
2015-11-07 17:05:25 -05:00
Aron Griffis
cb40a45eba
Add replace_post_data_parameters()
2015-11-07 17:05:25 -05:00
Aron Griffis
678586904b
Add replace_query_parameters()
2015-11-07 17:05:25 -05:00
Aron Griffis
ddbf0464f4
Add replace_headers()
2015-11-07 17:05:25 -05:00
Aron Griffis
e14b94789b
Add note and link for vcrpy-unittest.
2015-11-07 17:04:56 -05:00
Aron Griffis
e6dba270ec
Blindly add modules to be documented
2015-11-07 16:58:10 -05:00
Aron Griffis
615cf8661a
Add PyPI badge.
2015-11-07 16:47:15 -05:00
Aron Griffis
ce6656c4d5
Rename waffle badge from 'ready' to 'waffle' which seems clearer.
2015-11-07 16:47:06 -05:00
Aron Griffis
8d083ba578
Split README.rst into appropriate docs sections
2015-11-07 16:38:02 -05:00
Aron Griffis
f0f5334c40
Use sphinx_rtd_theme building docs locally
2015-11-07 16:37:16 -05:00
Aron Griffis
8de2312ccc
Switch to default RtD theme
2015-11-07 15:26:22 -05:00
Aron Griffis
c3f5ae84b1
Bump docs version to match project version 1.7.4
2015-11-07 15:23:14 -05:00
Ivan Malison
f6b8e4f8e7
Lint cleanup
2015-10-25 20:30:33 -07:00
Ivan Malison
2ac3fa9abe
v1.7.4
v1.7.4
2015-10-18 16:48:27 -07:00
John Vandenberg
dd8b39b29e
Fallback to importing from urllib3
...
requests.packages.urllib3 may be literally urllib3
instead of vendored urllib3.
2015-10-15 14:56:30 +11:00
Ivan 'Goat' Malison
1324feae99
Merge pull request #217 from bcen/fix-decoration-no-return
...
Fix use_cassette when used as decorator does not return the wrapped function's return value
2015-10-02 00:11:20 -07:00
Bocai Cen
7990c549d1
fix decoration when in _handle_function does not return the wrapped function return value
2015-10-01 23:17:15 -04:00
Ivan 'Goat' Malison
327797c4ff
Merge pull request #206 from tyewang/propogate_attribute_changes_to_real_connection_on_stubs
...
Attributes set on VCRConnection now also get set on the real_connection
2015-09-20 00:56:54 -07:00
Tye Wang
ac510097e0
Add TODO and elaborate on comment
2015-09-18 12:19:17 -04:00
Ivan Malison
00d973a0f5
sphinx skeleton
2015-09-13 11:27:08 -07:00
Tye Wang
79ff59feae
Attributes set on VCRConnection now also get set on the real_connection
2015-09-03 14:35:28 -04:00
Ivan 'Goat' Malison
34252bc234
Merge pull request #192 from agriffis/insensitive-headers
...
Make request.headers always a CaseInsensitiveDict.
2015-08-28 14:47:45 -07:00
Ivan Malison
5f78657c52
test_boto cleanup
2015-08-28 13:03:09 -07:00
Aron Griffis
00b4e451fe
Full image URL in README.rst
...
...so it shows properly on PyPI
2015-08-28 14:46:08 -04:00
Aron Griffis
44564ba39f
Merge pull request #198 from gwillem/patch-1
...
Add instructions on using libyaml
2015-08-28 13:01:14 -04:00
Aron Griffis
7f02a7e999
Fix a bad merge in README.rst
...
This change seems to have gotten lost in #200
2015-08-28 12:57:05 -04:00
Ivan Malison
c28adea66d
Fix typo in release notes
2015-08-28 09:20:54 -07:00
Aron Griffis
3f006cc261
Merge pull request #201 from agriffis/path-transformer-default
...
Default path_transformer=None. Fixes #199
2015-08-28 07:55:13 -04:00
Aron Griffis
0eda8ba482
Default path_transformer=None. Fixes #199
2015-08-28 07:25:03 -04:00
Ivan 'Goat' Malison
d620095c36
Merge pull request #200 from kevin1024/test_class_meta
...
Test class meta
2015-08-28 03:19:54 -07:00
Ivan Malison
c8180326ad
Automatically decorate dynamically added methods with auto_decorate
2015-08-28 02:17:01 -07:00
Willem de Groot
d55d593d1c
Changed bash to sh and fix syntax
...
Online Github editting is not very convenient after all :)
2015-08-28 11:14:01 +02:00
Willem de Groot
04f4a7fd2f
Add bash code
2015-08-28 11:11:03 +02:00
Ivan Malison
6fd04f3675
Add test_case method to VCR
...
this method provides a class that can be inherited from to decorate all
test methods on the desired class with use_cassette using the relevant vcr
2015-08-28 01:44:39 -07:00
Ivan Malison
420f83b6b1
Move badges to top of README.
2015-08-28 01:44:39 -07:00
Aron Griffis
c6adcc83b3
Spello on use_cassette, thanks @Diaoul
2015-08-27 13:39:01 -04:00
Willem de Groot
dc61f5f520
Typoe
2015-08-27 11:20:11 +02:00
Willem de Groot
4450cb992f
Add instructions on using libyaml
...
For a 10x speed increase!
2015-08-27 11:19:31 +02:00
Aron Griffis
083b1ec686
Move gitter chat with other badges
2015-08-26 17:34:45 -04:00
Ivan 'Goat' Malison
97c924d8dd
Merge pull request #197 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.rst
2015-08-26 11:49:26 -07:00