Explorar el Código

Links to TurboGears testing documentation

Adrien Panay hace 7 años
padre
commit
18a217b9a4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      doc/test.md

+ 3 - 1
doc/test.md Ver fichero

@@ -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