GitClassic
Feed
Explore
Random
Go Pro
Sign in
Significant-Gravitas
/
vcrpy
Code
/
Commits
/ a77173c
Use ruff as linter
Jair Henrique
committed on Jun 26, 2023, 05:43 PM
Showing
31
changed files
+188 additions
-114 deletions
M
pyproject.toml
+16
M
tests/integration/test_aiohttp.py
+12
-8
M
tests/integration/test_boto.py
+6
-6
M
tests/integration/test_boto3.py
+4
-4
M
tests/integration/test_httpx.py
+5
-7
M
tests/integration/test_matchers.py
+6
-1
M
tests/integration/test_requests.py
+3
-2
M
tests/integration/test_tornado.py
+4
-1
M
tests/integration/test_urllib3.py
+2
-1
M
tests/integration/test_wild.py
+1
-1
M
tests/unit/test_cassettes.py
+8
-5
M
tests/unit/test_errors.py
+6
-4
M
tests/unit/test_matchers.py
+44
-11
M
tests/unit/test_response.py
+2
-2
M
tests/unit/test_unittest.py
+6
-6
M
tests/unit/test_vcr.py
+12
-6
M
tests/unit/test_vcr_import.py
+1
-1
M
tox.ini
+2
-7
M
vcr/__init__.py
+1
-1
M
vcr/_handle_coroutine.py
+2
-2
M
vcr/cassette.py
+4
-3
M
vcr/config.py
+8
-5
M
vcr/errors.py
+10
-11
M
vcr/migration.py
+3
-3
M
vcr/patch.py
+9
-7
M
vcr/request.py
+1
-1
M
vcr/serialize.py
+1
-1
M
vcr/stubs/__init__.py
+2
-1
M
vcr/stubs/aiohttp_stubs.py
+3
-3
M
vcr/stubs/tornado_stubs.py
+3
-2
M
vcr/util.py
+1
-1
Browse files at this commit โ