##// END OF EJS Templates
repos, repo groups, user groups: allow to use disabled users in owner field....
repos, repo groups, user groups: allow to use disabled users in owner field. This fixes #3374. There's no good benefit of having possibility to prevent setting disabled user from beeing an owner. It can happen that we start preperating a system and use disabled accounts. Also users shouldn't be forbidden to edit settings on an disabled owner.

File last commit:

r1:854a839a default
r224:c6a3436d default
Show More
index.rst
28 lines | 684 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
========
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`.