projects
/
swc-testing-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Draft outline of testing section.
author
Ben Waugh
<b.waugh@ucl.ac.uk>
Sat, 16 Feb 2013 20:55:20 +0000
(20:55 +0000)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 04:23:49 +0000
(21:23 -0700)
testing/outline.md
[new file with mode: 0644]
patch
|
blob
diff --git a/testing/outline.md
b/testing/outline.md
new file mode 100644
(file)
index 0000000..
8a60783
--- /dev/null
+++ b/
testing/outline.md
@@ -0,0
+1,7
@@
+Testing Outline
+===============
+
+* Testing: how to save time and write better code
+* Exceptions: how to handle errors and detect bugs
+* Unit tests: how to isolate components of your code and make sure they work
+* Floating-point numbers: how to test results that have limited precision