From c93e561cae3065ccd0eae7603ac87c3b61a879ee Mon Sep 17 00:00:00 2001 From: Fengda HUANG Date: Sat, 24 Oct 2015 11:38:03 +0800 Subject: [PATCH] fix title --- chapters/08-tdd-with-autotest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/08-tdd-with-autotest.md b/chapters/08-tdd-with-autotest.md index 3335494..08aea71 100644 --- a/chapters/08-tdd-with-autotest.md +++ b/chapters/08-tdd-with-autotest.md @@ -94,7 +94,7 @@ req.end(); pip install twill -##Twill 登陆测试 +###Twill 登陆测试 1.启动我们的应用。 @@ -141,7 +141,7 @@ req.end(); 发现重定向到首页了。 -##Twill 测试脚本 +###Twill 测试脚本 当然我们也可以用脚本直接来测试``login.twill``: