entities/test/data/migration/postcreate.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 14 Apr 2010 16:32:20 +0200 (2010-04-14)
branchstable
changeset 5255 15ea2f3464a4
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
[doc/book] complete the unit tests chapter
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2920
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
wf = add_workflow(u'bmk wf', 'Bookmark')
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
wf.add_state(u'hop', initial=True)