c-w / gutenberg

A simple interface to the Project Gutenberg corpus.
Apache License 2.0
320 stars 60 forks source link

Update tests #55

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Most of the tests use self.assertTrue.

However, there are other assert methods like assertGreater and assertIn which will give more descriptive error messages on failure than assertTrue.

hugovk commented 7 years ago

The build failed due to unsupported Python 3.2, see https://github.com/c-w/Gutenberg/issues/49. The others passed.