zetaops / zengine

BPMN workflow based framework with Tornado, Rabbit AMQP, advanced permissions, extensible scaffolding features and more
GNU General Public License v3.0
83 stars 22 forks source link

improve and refactor test_utils #5142 #39

Closed zetaopsbot closed 8 years ago

zetaopsbot commented 8 years ago

test_utils.py should be improved according to our new testing routine, which requires more refined setup functionality. Current create_user() method should be replaced with a general purpose setup() method which can be bypassed with a command line switch.

It would be even nicer if we can add an automated db cleanup, fixture discovery and loading functionality.

zengine