martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
494 stars 106 forks source link

Refactoring tests and development environment. #55

Closed mwaaas closed 1 year ago

mwaaas commented 6 years ago

What Adding all django session tests to tests all scenarios. https://github.com/django/django/blob/master/tests/sessions_tests/tests.py#L40 refactored tests to use django test runner instead of nosetests

Refactored development to include docker for easy contribution.

Why

joekohlsdorf commented 1 year ago

I recommend to use fakeredis for tests.