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
(parent:
4a595b3
)
Minor changes.
author
Mario Antonioletti
<mario@epcc.ed.ac.uk>
Wed, 8 May 2013 07:12:00 +0000
(08:12 +0100)
committer
W. Trevor King
<wking@tremily.us>
Fri, 1 Nov 2013 16:17:04 +0000
(09:17 -0700)
testing/Writing.md
patch
|
blob
|
history
diff --git
a/testing/Writing.md
b/testing/Writing.md
index eca8c0326720413c317192d690a37718cf04998d..27ed97beae18f24f4502f0b69dc11536b04bdd41 100755
(executable)
--- a/
testing/Writing.md
+++ b/
testing/Writing.md
@@
-154,7
+154,7
@@
This is a standard format that that is supported by a number of xUnit frameworks
>>> assert_true(expected in actual)
>>> assert_false(expected in actual)
-We can add more information to the failure messages by providing additional string arguments e.g.
+We can add more information to the failure messages by providing additional string arguments
,
e.g.
>>> assert_true("GTA" in actual, "Expected value was not in the output list")