testing/cheat-sheet.md: Split Nose-specific stuff into nose/cheat-sheet.md
[swc-testing-nose.git] / testing / cheat-sheet.md
index dbc03e0ad6269732de881444a94783328b7a7fa4..0e9060a838f876b1b064563a1804986dfbc45c1b 100644 (file)
@@ -33,18 +33,3 @@ Assertions
 
 * 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...