-
Updated
Jul 28, 2020 - PHP
vcr
Here are 40 public repositories matching this topic...
-
Updated
Jun 25, 2019 - Python
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Sep 17, 2019 - JavaScript
-
Updated
Sep 24, 2019 - Go
While the team building aries-vcr has been pretty good at adding logging in a useful way, there is some inconsistency in log entry handling. This task is to formalize the logging approach across the board, and then to do a pass through the code ensuring that the logging statements match the intention of the approach.
The first part (formalizing) is likely just creating something like a "logging
-
Updated
Feb 25, 2019 - TypeScript
-
Updated
Jun 25, 2017 - C#
-
Updated
May 16, 2020 - Python
-
Updated
Oct 24, 2018 - C#
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 23, 2019 - PHP
-
Updated
Mar 22, 2016 - Ruby
-
Updated
Jun 5, 2019 - Swift
-
Updated
Sep 11, 2018 - Go
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 10, 2020 - Ruby
-
Updated
May 26, 2017 - C#
Improve this page
Add a description, image, and links to the vcr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vcr topic, visit your repo's landing page and select "manage topics."
Ideally, this will get rid of some of our spurious test failures that occur from relying on httpbin.org and will make the test suite faster as we won't be going over the network, we'll just be using localhost (which is still slow but less slow than actually going over the network).