Skip to content

build proper testing framework #13

Description

@nupfel

as complexity due to amount of settings combinations have been growing quite a bit, this module needs some decent test framework to cover at least all the most common cases of combinations. at this point it doesn't seem trivial to me anymore how to go ahead with this.

options are:

  • start a simple server and generate responses for requests
  • hook in between actual sending request and replying with responses so we don't have to start some kind of server
  • test against real APIs
  • only test internal methods directly with all combinations of inputs
  • let inheriting modules do the testing of specific APIs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions