Re: Test suite for session backend

2012-05-02 Thread Andrei Antoukh
2012/5/2 jgc31416 > Hi all, > > I am new to Django development and I would like to know if there is a test > for the session backend, I am writting a "yetAnOtherOne" session backend > for MongoDB ( https://github.com/jgc31416/DJango14_MongoSessionStorage ) > and I would like to see if it passes t

Re: Test suite for session backend

2012-05-02 Thread Aymeric Augustin
2012/5/2 jgc31416 : > I am new to Django development and I would like to know if there is a test > for the session backend Hi, The tests for django.contrib.sessions are in django/contrib/sessions/tests/ Best regards, -- Aymeric. -- You received this message because you are subscribed to the

Test suite for session backend

2012-05-02 Thread jgc31416
Hi all, I am new to Django development and I would like to know if there is a test for the session backend, I am writting a "yetAnOtherOne" session backend for MongoDB ( https://github.com/jgc31416/DJango14_MongoSessionStorage ) and I would like to see if it passes the tests. JG -- You rece