Re: Problem with testing Django sources

2013-03-11 Thread C. Kirby
ch in this case would be the time the test database thinks it is vs the time the request/response thinks it is vs the time python thinks it is. Chaim On Saturday, March 9, 2013 3:16:22 PM UTC-6, VVilku wrote: > > Hello, > I have problem with testing Django sources from Git.

Problem with testing Django sources

2013-03-09 Thread VVilku
Hello, I have problem with testing Django sources from Git. When I use: * PYTHONPATH=.. /python runtests.py --settings=test_sqlite*(in Windows with Git Shell). I receive these errors: == FAIL: test_naturalday_uses_localtime