Re: Keep getting TemplateDoesNotExist when unit testing

2012-03-03 Thread Calvin Cheng
Hi Jonas, I am having exactly the same problem in one of my projects and I am not sure why. Did you manage to solve it in the end? Would appreciate it if you could share with me your solution if you did. Regards, Calvin On Saturday, December 24, 2011 10:51:27 PM UTC+8, jonas wrote: > > Hell

Keep getting TemplateDoesNotExist when unit testing

2011-12-24 Thread Jonas Geiregat
Hello, I'm fairly new to Unit Testing. As I'm trying to setup a simple unit test in one of my Projects, it keeps returning a TemplateDoesNotExist Exception. It looks like for some reason the unit test framework can't locate my template directory I've correctly defined in settings.py Here's the

Keep getting TemplateDoesNotExist when unit testing

2011-12-24 Thread Jonas Geiregat
Hello, I'm fairly new to Unit Testing. As I'm trying to setup a simple unit test in one of my Projects, it keeps returning a TemplateDoesNotExist Exception. It looks like for some reason the unit test framework can't locate my template directory I've correctly defined in settings.py Here's the