Testing and Specifications

Overview

We have a quite large test suite inside of rhodecode/tests which is a mix of unit tests and functional or integration tests. More details are in Unit and Functional Tests.

Apart from that, we are starting to apply “Specification by Example” and maintain a collection of such specifications together with an implementation so that it can be validated in an automatic way. The files can be found in acceptance_tests. More details are in Specification by Example.