bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 424 forks source link

Fixture doesn't load in UNIT test #644

Open hatimbekhushi opened 4 years ago

hatimbekhushi commented 4 years ago

TenantTestCase setUpClass method doesn't call the Django's unit test class TestCase setUpClass method. That's why the fixtures don't load. @stephane @bdauvergne @shabda @izimobil @owais