Writing Unit Tests in Django: Part 1(URLs)
Introduction
In this article, we’ll explore how to write tests in Django to ensure everything works as expected. Before writing tests, you need to set up a tests directory within your Django app. The tests folder should include an __init__.py file, w...
hallucinations-in-llms-101-part-i.hashnode.dev2 min read