django-rest-framework-json-api icon indicating copy to clipboard operation
django-rest-framework-json-api copied to clipboard

Add test environment without optional deps

Open sliverc opened this issue 6 years ago • 0 comments

We can follow the DRF example on splitting up tests without having optional dependencies installed.

For this to work we properly need to compat imports as in DRF.

This way we ensure that DJA actually works without the optional deps installed.

sliverc avatar Oct 09 '19 07:10 sliverc