Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

We need some tests.  #17

Description

@timburks

Currently I'm testing new versions by manually running each of the examples against production services (Twitter, Google, GitHub, Meetup, and Spotify). But this requires credentials for each of these services, which I can't commit or use for CI.

One thing that we could do is script this to automatically call each of these services, but that still requires manual participation and can't be run in CI.

A possibly better approach would be to run a small mock server locally and authenticate against that. This wouldn't protect us against changes to the services we call (though they shouldn't be changing) but it would have caught some problems I had when upgrading to Swift NIO 2.0. The server could be built with the same TinyHTTPServer that we are using in the BrowserTokenProviders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: cleanupAn internal cleanup or hygiene concern.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions