Skip to content

Tags: PolymathVentures/common

Tags

0.2.01

Factor some stuff out of BaseFlaskTestCase into separate methods and …

…even functions so that it can be more easily reused/swapped out by client code.

If fixture loading fails in setUp() return the db to a good state to avoid cascading errors.

Use Flask-configured logger (app.logger) instead of ad-hoc logger.

0.1.9

Adding post_json and put_json helpers.

0.1.8

Update canonicalRepr to take entity type into consideration.

0.1.7

Oops.

0.1.6

Release 0.1.6

0.1.5

Log which fixture is being loaded using INFO level.

0.1.4

Need to flush() in a try/finally block since it can fail.

If it fails (which is the whole point of having it there) we still need to cleanup after and propagate the exception.

0.1.3

Version 0.1.3

0.1.2

Adding timezone utility functions.

0.1.1

Close all sessions to prevent tests hanging. Cleanup logging.