non port: devel/py-vcrpy/distinfo |
SVNWeb
|
Number of commits found: 8 |
Wed, 2 Aug 2023
|
[ 12:27 Muhammad Moinur Rahman (bofh) ] fc21479
devel/py-vcrpy: Update version 5.0.0=>5.1.0
Changelog: https://github.com/kevin1024/vcrpy/releases/tag/v5.1.0
|
Fri, 30 Jun 2023
|
[ 04:43 Muhammad Moinur Rahman (bofh) ] b83db3e
devel/py-vcrpy: Update version 4.4.0=>5.0.0
Changelog: https://github.com/kevin1024/vcrpy/releases/tag/v5.0.0
|
Thu, 29 Jun 2023
|
[ 20:20 Muhammad Moinur Rahman (bofh) ] 9ee941e
devel/py-vcrpy: Update version 4.3.1=>4.4.0
Changelog: https://github.com/kevin1024/vcrpy/releases/tag/v4.4.0
|
Sat, 3 Jun 2023
|
[ 20:18 Muhammad Moinur Rahman (bofh) ] ad5716d
devel/py-vcrpy: Update version 4.2.1=>4.3.1
Changelog: https://github.com/kevin1024/vcrpy/releases/tag/v4.3.1
|
Sat, 31 Dec 2022
|
[ 21:59 Muhammad Moinur Rahman (bofh) ] d682c78
devel/py-vcrpy: Update version 4.1.1=>4.2.1
Relnotes: https://github.com/kevin1024/vcrpy/releases/tag/v4.2.1
|
Sat, 12 Mar 2022
|
[ 10:38 Muhammad Moinur Rahman (bofh) ] de02140
devel/py-vcrpy: Update version 2.0.1=>4.1.1
Relnotes: https://github.com/kevin1024/vcrpy/releases/tag/v4.1.1
|
Wed, 15 May 2019
|
[ 09:12 koobs ]
devel/py-vcrpy: Update to 2.0.1
Changelog:
https://github.com/kevin1024/vcrpy/releases
|
Fri, 26 Feb 2016
|
[ 04:16 koobs ]
[NEW] devel/py-vcrpy: Automatically mock HTTP interactions to simplify and speed
up testing
VCR.py simplifies and speeds up tests that make HTTP requests. The first
time you run code that is inside a VCR.py context manager or decorated
function, VCR.py records all HTTP interactions that take place through
the libraries it supports and serializes and writes them to a flat file
(in yaml format by default). This flat file is called a cassette.
When the relevant peice of code is executed again, VCR.py will read the
serialized requests and responses from the aforementioned cassette file,
and intercept any HTTP requests that it recognizes from the original test
run and return the responses that corresponded to those requests. This
means that the requests will not actually result in HTTP traffic, which
confers several benefits including:
* The ability to work offline
* Completely deterministic tests
* Increased test execution speed
WWW: https://github.com/kevin1024/vcrpy
|
Number of commits found: 8 |