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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.