Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#23531 closed enhancement (wontfix)

Separate tests into unit / integration / ... directories

Reported by: hakre Owned by:
Priority: normal Milestone:
Component: Unit Tests Version: 3.6
Severity: normal Keywords:
Cc: Focuses:

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 (1)

#1 @bpetty
13 years ago

  • Cc bpetty added
  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

Discussed this in IRC, and decided this isn't a realistic goal as most tests can't actually be clearly categorized like this right now.

Note: See TracTickets for help on using tickets.