瀏覽代碼

Links to TurboGears testing documentation

Adrien Panay 7 年之前
父節點
當前提交
18a217b9a4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/test.md

+ 3 - 1
doc/test.md 查看文件

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