Skip to content

Turn integration tests into actual unit tests #1

Description

@kEllieDev

Currently, our "Unit Tests" are actually integration tests. They expect you to already have a valid server available with all the necessary implementations. This would not always be possible, nor available to everyone. Thus they should actually be turned into proper unit tests.

  • Create a mockup server
  • Start it up whenever the UnitTests assembly loads
  • Use that for UnitTests

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions