emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Add special tests for environment or feature cases #18

Open sveetch opened 3 years ago

sveetch commented 3 years ago

For some specific cases depending from packages or low level configuration, it is too difficult to test it correctly in the base test suite.

It would be helpful to make other specific test suites to run explicitely (with a new make "test-something" action) and its own test settings file.

This is not currently required but writed here for possible further feature.

sveetch commented 3 years ago

This could be done starting with Tox environments config and specific settings.