Procházet zdrojové kódy

Links to TurboGears testing documentation

Adrien Panay před 6 roky
rodič
revize
18a217b9a4
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      doc/test.md

+ 3 - 1
doc/test.md Zobrazit soubor

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