##// END OF EJS Templates
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits....
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. This is required to increase the versions on each concurrent call. Otherwise we could get into an integrity errors of commitsha+version+repo

File last commit:

r271:401985cc default
r3368:a4f559a8 default
Show More
index.rst
28 lines | 694 B | text/x-rst | RstLexer
project: added all source files and assets
r1
============================
Testing and Specifications
============================
.. toctree::
:maxdepth: 2
unit-and-functional
spec-by-example
naming-conventions
Overview
========
docs: updates to contributor documentation #4039
r271 We have a quite large test suite inside of :file:`rhodecode/tests` which is a mix
project: added all source files and assets
r1 of unit tests and functional or integration tests. More details are in
:ref:`test-unit-and-functional`.
docs: updates to contributor documentation #4039
r271 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
project: added all source files and assets
r1 :file:`acceptance_tests`. More details are in :ref:`test-spec-by-example`.