Hi all, The next West Yorks Python meeting is tomorrow night (Thurs Sept 13th) at Old Broadcasting House in Leeds from 18:30 - 21:00:
http://www.ntileeds.co.uk/findus Tomorrow's meeting will be on unit testing Django: Django includes a test framework that is very convenient and widely used. It includes test database set up, fixtures, and a convenient way of calling your via django's framework. However, it is actually testing your application at integration level, rather than at *unit* level. Integration tests are good, but so are unit tests! (which test smaller areas and run faster). In this talk the speaker Simon Davy (@bloodearnest) will look at three different ways to use standard unit testing techniques when testing django applications to write actual unit tests. Thanks, Daley -- To post: [email protected] To unsubscribe: [email protected] Feeds: http://groups.google.com/group/python-north-west/feeds More options: http://groups.google.com/group/python-north-west
