* syntax
* stops execution
-
-Unittest
---------
-
-* extending TestCase
-* assertions, e.g. self.assertEquals
-
-Nose
-----
-
-* invocation: nosetests
-* naming conventions: test_*
-* fixtures: setup
-* per-test fixtures with @with_setup decorator
-* assertions, e.g. assert_equal, assert_almost_equal...
--- /dev/null
+Unittest
+--------
+
+* extending TestCase
+* assertions, e.g. self.assertEquals
+
+Nose
+----
+
+* invocation: nosetests
+* naming conventions: test_*
+* fixtures: setup
+* per-test fixtures with @with_setup decorator
+* assertions, e.g. assert_equal, assert_almost_equal...