notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-vcrpy/distinfo
SVNWeb

Number of commits found: 8

Wed, 2 Aug 2023
[ 12:27 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:fc21479d1de32056bde75f2726e24055b0f415e3  commit hash:fc21479d1de32056bde75f2726e24055b0f415e3  commit hash:fc21479d1de32056bde75f2726e24055b0f415e3  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) search for other commits by this committer ]    commit hash:b83db3e4b7993f65e6eb90843cd2ca2435a81b88  commit hash:b83db3e4b7993f65e6eb90843cd2ca2435a81b88  commit hash:b83db3e4b7993f65e6eb90843cd2ca2435a81b88  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) search for other commits by this committer ]    commit hash:9ee941eadad7130a41fc97313f40516609bc07c0  commit hash:9ee941eadad7130a41fc97313f40516609bc07c0  commit hash:9ee941eadad7130a41fc97313f40516609bc07c0  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) search for other commits by this committer ]    commit hash:ad5716d7c7294a23810f95baabc48424bc024aa2  commit hash:ad5716d7c7294a23810f95baabc48424bc024aa2  commit hash:ad5716d7c7294a23810f95baabc48424bc024aa2  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) search for other commits by this committer ]    commit hash:d682c787346838f370c45a9f8e27b76822c3ff22  commit hash:d682c787346838f370c45a9f8e27b76822c3ff22  commit hash:d682c787346838f370c45a9f8e27b76822c3ff22  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) search for other commits by this committer ]    commit hash:de0214094ffe8e48e69c43d841ca8a1734094b38  commit hash:de0214094ffe8e48e69c43d841ca8a1734094b38  commit hash:de0214094ffe8e48e69c43d841ca8a1734094b38  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 search for other commits by this committer ] Original commit   Revision:501695
devel/py-vcrpy: Update to 2.0.1

Changelog:

  https://github.com/kevin1024/vcrpy/releases
Fri, 26 Feb 2016
[ 04:16 koobs search for other commits by this committer ] Original commit   Revision:409578
[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