Page MenuHomePhorge

Separate unit tests and functional tests
Closed, ResolvedPublic2 Story Points

Description

The #HKCCP should not mix and match unit tests with functional tests.

Unit tests call functions with parameters and expect precise results and determinate error, such as verifying that a function sum(a, b) in fact returns the sum of a and b.

Functional tests call functions requiring interaction with infrastructure, such as a webserver and a database, and operate against fixtures.

Details

Ticket Type
Task

Revisions and Commits

Event Timeline

vanmeeuwen raised the priority of this task from to 60.
vanmeeuwen updated the task description. (Show Details)
vanmeeuwen added a project: Restricted Project.
vanmeeuwen changed Ticket Type from Task to Task.
vanmeeuwen added subscribers: vanmeeuwen, grote.
bruederli edited a custom field.
bruederli moved this task from Backlog to Doing on the Sprint Server 201522 board.
bruederli edited a custom field.

Reduced story points as this ticket is about adding a switch to only execute unit tests. The execution of functional tests is covered by T404.

bruederli closed this task as Resolved by committing Restricted Diffusion Commit.May 28 2015, 10:38 AM
bruederli added a commit: Restricted Diffusion Commit.