Opened 3 months ago

#23531 new enhancement

Separate tests into unit / integration / ... directories

Reported by: hakre Owned by:
Priority: normal Milestone: Awaiting Review
Component: Unit Tests Version: trunk
Severity: normal Keywords:
Cc:

Description

To improve the speed how tests can be run - especially the unit-tests - I suggest to divide tests into sub-directories, for example:

unit - for unit tests
integration - for integration tests
functional - for functional tests

Right now all tests are roughly labeled as "Unit-Tests" even they are not unit-tests per-se, e.g. some of them interacting with the database or the file-system.

Background: What's the difference between unit, functional, acceptance, and integration tests?

Change History (0)

Note: See TracTickets for help on using tickets.