Book Announcement: Speed Up Your Django Tests

Penelope the Performance Pegasus

Update (2020-05-18): The book is out now and available for order on Gumroad!

At the start of March I started writing a blog post called “How to Speed Up Your Django Tests”. Before I knew it, the outline alone was 4,000 words! I realized writing it up would be a major undertaking. As lockdown arrived, I found the time to write it all up.

So, I’m delighted to announce my new book, coming May 18…

Speed Up Your Django Tests!

It’s a practical guide to making your Django project’s tests faster. It has many tips and tricks that apply to all projects, big and small. And it covers the two most popular test runners: Django’s test framework and pytest.

Reducing test run time is the easiest and safest way to increase your speed of delivery. And it’s an organic way of increasing team happiness!

The content is based on my 8 years of experience with tests on Django projects. I’ve sped up many projects’ test suites, improved Django’s own testing framework, and created several pytest plugins.

It contains 13 chapters:

  1. Introduction - Opening notes, how to use the book.
  2. Toolbox - A tour of the various tools you can use to change how your tests run.
  3. Measure! - The importance of profiling, with walkthroughs using two different profilers on a test suite.
  4. Easy Wins - 11 things you can do in 5 minutes to speed up your test suite.
  5. Upgrades - The importance of upgrades, and some how-to guidance to get them done easily.
  6. Parallelize - How to use test suite parallelization to boost your tests.
  7. Migrations - Reduce the overhead of building your test database.
  8. Database Configuration - Tweak your database’s configuration to get more speed.
  9. CI Configuration - And tweak your CI configuration to boost test speed too.
  10. Test Structure - Notes on the best structure for fast, accurate tests, and ways you can restructure.
  11. Test Data - The best strategies for creating data in your tests.
  12. Targeted Mocking - A guide to mocking, and the best libraries for mocking out specific things such as HTTP requests and time.
  13. Outroduction - Closing notes with extra links.

Pre-order now on Gumroad for $39 (US dollars), with higher tiers if you're buying to share with teams of more than 3 people. After the release on May 18, the price will increase to $49.

Order Here

Thanks for learning about my project,

—Adam


Subscribe via RSS, Twitter, Mastodon, or email:

One summary email a week, no spam, I pinky promise.

Related posts:

Tags: , ,