Skip to content

Please redo the test suite to avoid circular dependencies #64

Description

@alerque

This package is quite obnoxious to install downstream, particularly for distro packages that try to test that they are actually working. Testing this package requires things that require itself.

  1. booleanOperations requires fontpens to test
  2. fontpens requires fontparts to test
  3. fontparts requires booleanOperations to build

And we're back at the beginning.

Given that this is a pretty low level building block, I suggest it is unfair to expect downstream packages that rely on this package in order to test itself. That's kind of like integration testing, but with a dose of Inception built in.

Instead please come up with a way to test that the building blocks in this package do what they are documented to do that doesn't involve downstream packages using them.

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions