Open federicoB opened 7 years ago
As described in the django documentation fixtures are the prefered way to provide initial data to a test database. It's possible to provide multiple fixture files in fixture directory. So i think the second possibile solution:
is prefereable
Problem analysis test_annotation_data.json contains different objects type like annotator API request and users. Commenting is not possible in json. Objects are without a proper context.
Possible solutions