def test_author_form_in_context(self):
        response = self.client.get(reverse('theses:similar_to'))
        assert 'author_form' in response.context
        # Note the parentheses - we're checking the class of the form *as
        # instantiated*. The object passed into the context is actually the