Add references to the tests page
This commit is contained in:
parent
7e426db72c
commit
ddc4f4bac7
3 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
||||||
<span class="linkdescr">represent features common to various websites</span></p>
|
<span class="linkdescr">represent features common to various websites</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("guides/module") }}">Modules</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("guides/module") }}">Modules</a><br/>
|
||||||
<span class="linkdescr">each one handles a specific website and implement capabilities</span></p>
|
<span class="linkdescr">each one handles a specific website and implement capabilities</span></p>
|
||||||
|
<p class="biglink"><a class="biglink" href="{{ pathto("guides/tests") }}">Automated tests</a><br/>
|
||||||
|
<span class="linkdescr">tests all modules, make continuous integration</span></p>
|
||||||
</td><td width="50%">
|
</td><td width="50%">
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("api/core/index") }}">Core Library</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("api/core/index") }}">Core Library</a><br/>
|
||||||
<span class="linkdescr">provides all the features needed by modules</span></p>
|
<span class="linkdescr">provides all the features needed by modules</span></p>
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,4 @@ Contents:
|
||||||
module
|
module
|
||||||
capability
|
capability
|
||||||
application
|
application
|
||||||
|
tests
|
||||||
|
|
|
||||||
|
|
@ -420,6 +420,8 @@ To try running test of your module, launch::
|
||||||
|
|
||||||
$ tools/run_tests.sh example
|
$ tools/run_tests.sh example
|
||||||
|
|
||||||
|
For more informations, look at the :doc:`tests` guides.
|
||||||
|
|
||||||
Advanced topics
|
Advanced topics
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue