Eric Holscher gave a talk on testing in Django at Djangocon 2009. He discussed the state of testing in Django and how it has improved. He encouraged testing applications to ensure code quality and ability to adapt to changes. Holscher provided an overview of different types of tests like doctests, unit tests, and functional tests and tools available for testing. He highlighted goals for continued improvements to testing in Django like test-only models and better test coverage reporting.