swc-testing-nose.git
10 years agoReplace partial list of Nose assertions with instructions for listing them in Python. test-waugh
Ben Waugh [Fri, 12 Apr 2013 09:58:20 +0000 (10:58 +0100)]
Replace partial list of Nose assertions with instructions for listing them in Python.

10 years agoTidy section on other assertions in Nose.
Ben Waugh [Fri, 12 Apr 2013 09:53:26 +0000 (10:53 +0100)]
Tidy section on other assertions in Nose.

10 years agoMove Python testing cheat sheet from testing/ to python/testing/.
Ben Waugh [Fri, 12 Apr 2013 09:50:08 +0000 (10:50 +0100)]
Move Python testing cheat sheet from testing/ to python/testing/.

10 years agoMerge branch 'patch-1' of git://github.com/BernhardKonrad/boot-camps into BernhardKon...
Ben Waugh [Thu, 11 Apr 2013 22:01:10 +0000 (23:01 +0100)]
Merge branch 'patch-1' of git://github.com/BernhardKonrad/boot-camps into BernhardKonrad-patch-1

Conflicts:
testing/cheat-sheet.md

10 years agoUpdate cheat-sheet.md
Bernhard Konrad [Thu, 11 Apr 2013 02:08:46 +0000 (19:08 -0700)]
Update cheat-sheet.md

minor layout changes

10 years agoUpdate cheat-sheet.md
Bernhard Konrad [Thu, 11 Apr 2013 02:07:41 +0000 (19:07 -0700)]
Update cheat-sheet.md

Fills in "Why testing", "TDD" and some "General advice".

10 years agoUpdate cheat-sheet.md
Bernhard Konrad [Wed, 10 Apr 2013 21:22:48 +0000 (14:22 -0700)]
Update cheat-sheet.md

Adds more todo's

10 years agoBetter title for Nose section in testing cheat sheet.
Ben Waugh [Thu, 11 Apr 2013 21:49:39 +0000 (22:49 +0100)]
Better title for Nose section in testing cheat sheet.

10 years agoRemove outline of Unittest section since we normally just use Nose.
Ben Waugh [Thu, 11 Apr 2013 21:47:57 +0000 (22:47 +0100)]
Remove outline of Unittest section since we normally just use Nose.

10 years agoAdd fixture examples to testing cheat sheet.
Ben Waugh [Thu, 11 Apr 2013 10:19:32 +0000 (11:19 +0100)]
Add fixture examples to testing cheat sheet.

10 years agoExample of using @raises to test the raising of an exception.
Ben Waugh [Thu, 11 Apr 2013 08:52:21 +0000 (09:52 +0100)]
Example of using @raises to test the raising of an exception.

10 years agoAdd placeholder for testing exceptions in testing cheat sheet.
Ben Waugh [Wed, 10 Apr 2013 21:24:30 +0000 (22:24 +0100)]
Add placeholder for testing exceptions in testing cheat sheet.

10 years agoAdd example floating point testing to cheat sheet.
Ben Waugh [Wed, 10 Apr 2013 21:19:42 +0000 (22:19 +0100)]
Add example floating point testing to cheat sheet.

10 years agoAdd example of another Nose assertion to cheat sheet.
Ben Waugh [Wed, 10 Apr 2013 20:27:37 +0000 (21:27 +0100)]
Add example of another Nose assertion to cheat sheet.

10 years agoFinish cheat sheet section on how Nose finds tests.
Ben Waugh [Wed, 10 Apr 2013 20:13:47 +0000 (21:13 +0100)]
Finish cheat sheet section on how Nose finds tests.

10 years agoTurn testing cheat sheet into first draft of a real cheat sheet, instead of an overvi...
Ben Waugh [Tue, 9 Apr 2013 20:23:53 +0000 (21:23 +0100)]
Turn testing cheat sheet into first draft of a real cheat sheet, instead of an overview of testing in Python.

10 years agoOutline of contents for testing cheat sheet.
Ben Waugh [Sat, 16 Feb 2013 21:03:13 +0000 (21:03 +0000)]
Outline of contents for testing cheat sheet.

10 years agoDraft outline of testing section.
Ben Waugh [Sat, 16 Feb 2013 20:55:20 +0000 (20:55 +0000)]
Draft outline of testing section.