##// END OF EJS Templates
ssh: use proper way of extracting the HOOK_PROTOCOL out of vcssettings....
ssh: use proper way of extracting the HOOK_PROTOCOL out of vcssettings. - it might be not stored inside the .ini file so we should use the config that has proper defaults, and it's used in many other places.

File last commit:

r271:401985cc default
r2212:dc0a58ba default
Show More
index.rst
28 lines | 694 B | text/x-rst | RstLexer

Testing and Specifications

We have a quite large 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 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 :file:`acceptance_tests`. More details are in :ref:`test-spec-by-example`.