summaryrefslogtreecommitdiff
path: root/pypers/oxford/doctest_talk/abstract.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pypers/oxford/doctest_talk/abstract.txt')
-rwxr-xr-xpypers/oxford/doctest_talk/abstract.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/pypers/oxford/doctest_talk/abstract.txt b/pypers/oxford/doctest_talk/abstract.txt
new file mode 100755
index 0000000..e671aae
--- /dev/null
+++ b/pypers/oxford/doctest_talk/abstract.txt
@@ -0,0 +1,11 @@
+Automatic testing proved extremely effective in
+helping code design, improving code reliability,
+and enabling code refactoring.
+Therefore, most modern languages provide a
+standard testing framework.
+Python is no exception and provide a powerful
+Smalltalk/Java-inspired unittest framework.
+However, Python also provides a *second*, less known
+but arguably *better*, testing framework called doctest..
+In this talk I will show to the audience the wonders of
+doctest, explaining why it is so cool and deserving attention.