Skip to content

Unit tests are actually Integration tests #77

Closed
@andrewmclagan

Description

@andrewmclagan

Issue

In the test suite there is one folder containing tests tests/Unit.

These are not unit tests as they interact with an external service integration. Thus they are tests/Integration tests because they touch either SQLite or MySQL implementation.

Solution

Rename tests folders to represent the tests they actually perform.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions