test/data/uppered_rtype.py
author David Douard <david.douard@logilab.fr>
Fri, 28 Nov 2014 00:39:31 +0100
changeset 10071 4bc099f2a089
parent 6873 2db631a3f205
permissions -rw-r--r--
[test] make unittest_webconfig independant of CWD if apphome is unset in ApptestConfiguration constructor, this later looks for a 'data' directory in CWD, making this test runnable only from web/test (and pytest do chdir before executing tests, so we did not noticed this problem).


from yams.buildobjs import RelationDefinition

class ARelation(RelationDefinition):
    subject = 'CWUser'
    object = 'CWGroup'