I am working on a web project in Django and I am using the python unittest framework. For each application, I have some lights. This means that each application has some identical tables in the fixtures. I would like to share fixtures between applications and testcases, because otherwise, if I change the model, I will have to change all the json devices referenced by this particular table.
Can global luminaires be used?
Tom
source
share