-
There has been mention in a few places about having better testing like [here](https://github.com/conda-forge/conda-forge-webservices/pull/60#pullrequestreview-1118589), [here](https://github.com/cond…
-
As suggested by John Shepherdson, via mail on 14 October 2020, add Add swagger / Open API support to document REST API. See https://swagger.io/docs/specification/about/
-
Hi,
I've added the gem to my Gemfile (see below) and I continually get this error on guard init:
```
$ bundle install
Using rake 10.5.0
Using i18n 0.7.0
... (normal output blah blah blah) ...
Using …
-
Now there is a `.rewind` method of the Cassette. But since cassette is not given into the test, there is no way to rewind it upon test completion. So in the case of parametric tests (e.g. in case of …
-
I have a program that has this Gemfile:
```ruby
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'activesupport', require: 'active_support'
gem 'aws-sdk-s3'
gem 'dry-struct'…
-
Write your thoughts about the "[mocking HTTP requests ](http://betterspecs.org/#http)" best practice.
-
William has manually dropped a big chunk of "poll pending task" requests to speed up things and reduce the size of the fixtures. I wonder if that's something we should do by default? I.e. `GET /api/fo…
-
Hey there,
I'm trying to figure out the best way to write integration tests using Capybara that work with Stripe's checkout.js. My tests are working correctly as is - I can fill out the Stripe Checko…
-
CherryTree 0.99.46
Am wondering if this just me or maybe affecting everyone else using the program. I have always noticed when I first started using it, a slowdown in the program when accessing a n…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…