##// END OF EJS Templates
docs: updated release notes
docs: updated release notes

File last commit:

r1:854a839a default
r169:c3fe2001 v4.1.0 stable
Show More
index.rst
28 lines | 684 B | text/x-rst | RstLexer

Testing and Specifications

We have a quite big test suite inside of :file:`rhodecode/tests` which is a mix of unit tests and functional or integration tests. More details are in :ref:`test-unit-and-functional`.

Apart from that we start 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 :file:`acceptance_tests`. More details are in :ref:`test-spec-by-example`.