Brendan McCollam

Results 24 issues of Brendan McCollam

I'm trying to test a service that calls an upstream API, gets an ID and stores some data for processing later. I was going to use dummyhttp to replace the...

The README example for setting a custom header was outdated.

Fix typo, and very minor grammar changes.

According to https://openid.net/specs/openid-connect-discovery-1_0.html Depends on #416

Feature

Hello, I'm building a REST API with Chalice and I'm using [OpenAPI 3](https://swagger.io/specification/) to document the API and validate incoming requests. In order to find the right validations to enforce,...

feature-request

I've got some database tables that exist in a separate Postgres schema called `legacy`. When using pytest-django to set up a test database, I get this error when it tries...

Hi, this is a really nice demo and I was hoping to adapt it for a project I'm working on. Is this code available under a free/libre license? If so,...

I'm new to Angular and trying to understand where [ component harnesses](https://github.com/angular/components/blob/main/guides/using-component-harnesses.md) fit into the testing landscape. Would this be something worth addressing in this book? Or is it out...