cubicweb/test/data/lowered_etype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 30 Jan 2017 10:18:31 +0100
changeset 11936 46a0366a32af
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[devtools] Skip computed relations when attempting to auto-populate test database Fix the automatic database population underlying automatic test to avoid attempt to create computed relations.


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass