django-planet
Aug. 18, 2022

Automating Django Tests with Github Actions

published by Muhammed Ali
in blog Honeybadger Developer Blog
original entry Automating Django Tests with Github Actions

Automating your test suite helps get your code to production faster. In this tutorial, you'll learn how to write unit tests for Django and run them with GitHub Actions.