Django
Put Django Tests in Their Own Folder
Often you'll end up with several test cases in just one app. Instead of putting all of your tests into one large tests.py file, we can separate them into multiple files within a tests folder. Whether your app continues to grow, requiring more tests, or you just