summaryrefslogtreecommitdiff
path: root/pypers
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-02-21 15:13:32 +0000
committermichele.simionato <devnull@localhost>2009-02-21 15:13:32 +0000
commit4176839446fef1318f6e6c13e33d36ebe5a2dbde (patch)
treebe40d704fd0f96e7af494c727ade397dac8e7091 /pypers
parent4d4db814006a9e54fdb53c9351fa7161c7394ff3 (diff)
downloadmicheles-4176839446fef1318f6e6c13e33d36ebe5a2dbde.tar.gz
Non-existing changes to republish testing_web_app.txt on Artima
Diffstat (limited to 'pypers')
-rw-r--r--pypers/twill/Makefile4
-rwxr-xr-xpypers/twill/testing_web_app.txt8
2 files changed, 5 insertions, 7 deletions
diff --git a/pypers/twill/Makefile b/pypers/twill/Makefile
new file mode 100644
index 0000000..d47c03c
--- /dev/null
+++ b/pypers/twill/Makefile
@@ -0,0 +1,4 @@
+POST = python ~/gcode/artima/post.py
+
+twa: testing_web_app.txt
+ $(POST) testing_web_app.txt 250434
diff --git a/pypers/twill/testing_web_app.txt b/pypers/twill/testing_web_app.txt
index 54060b7..fd72641 100755
--- a/pypers/twill/testing_web_app.txt
+++ b/pypers/twill/testing_web_app.txt
@@ -1,9 +1,3 @@
-Testing Web Applications with Python
-=========================================
-
-:author: Michele Simionato
-:date: June 2005
-
Introduction
-----------------------
@@ -29,7 +23,7 @@ I am sure you will find something interesting, among the following topics:
standard Python libraries;
* how to use twill, a nice and easy to learn web testing tool.
-To test or not to test, this is the problem
+To test or not to test, that is the question
----------------------------------------------------
Let me begin with a brief personal recollection of how I became