Tag: testing

  • Easily handle authentication in Django tests

    💡 The following article will present two ways to get around authentication in Django tests. The same principles could also apply to other languages/frameworks as well. Table of contents Introduction Let’s say you have added an authentication mechanism to your endpoints, and all the tests for your back end are failing since they don’t provide […]