Browse Source

Links to TurboGears testing documentation

Adrien Panay 6 years ago
parent
commit
18a217b9a4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/test.md

+ 3 - 1
doc/test.md View File

@@ -2,7 +2,9 @@
2 2
 
3 3
 ## Intro ##
4 4
 
5
-Tests on `Tracim` lays on [`nose` test tool](http://nose.readthedocs.io/en/latest/).
5
+Tests on `Tracim` lays on:
6
+- [`TurboGears` tests](http://turbogears.readthedocs.io/en/tg2.3.7/turbogears/testing.html)
7
+- [`nose` test tool](http://nose.readthedocs.io/en/latest/).
6 8
 
7 9
 In order to use the `nosetests [...]` commands, change your current directory to be `tracim/` from the root of the project, also usually named `tracim/` :
8 10