Re: [Tutor] unittest: looking for examples

2005-08-17 Thread Kent Johnson
Christian Meesters wrote: > - unittests for methods of classes getting all data from a file as a > classmethod Not sure what you mean by this, can you give a simple example? > - unittests for reading and saving files in a specific way (= sanity > tests for file handling) When I want to test a

[Tutor] unittest: looking for examples

2005-08-17 Thread Christian Meesters
Hi Does anybody know examples using the unittest module for the following cases (or some parts of it)? - unittests for methods of classes getting all data from a file as a classmethod - unittests for reading and saving files in a specific way (= sanity tests for file handling) Point is that I