Adam Johnson
✍️ I'm an author and solo consultant working with Ansible, AWS, Django, and Python.
🦄 I'm a member of the Django project Technical Board (2.2, 3.0, 3.1, and 3.2 release cycles), and a co-organizer of the The London Django Meetup.
🇬🇧 I'm based in London, UK.
✈️ I love to travel, especially to Django and Python conferences!
Github: https://github.com/adamchainz
Twitter: https://twitter.com/adamchainz
Linkedin: https://www.linkedin.com/in/adamchainz/?originalSubdomain=uk
Talks
Speed up your tests with setUpTestData
TestCase.setUpTestData allows you to create test data once per TestCase, rather than once per test. This talk will cover how it works, how it improved in Django 3.2, and how to convert your tests to use it.