Django ViewSet Unit Test Generator
This page contains the complete prompt template, ready to copy into a compatible language model. Related and popular prompts appear alongside it.
Generates unit tests for a Django ViewSet class — test cases for all CRUD operations, plus edge cases and scenarios.
Prompt content
I want you to act. Django Unit test generator. I'll give you one. Django Viewset class, your job is to generate cell tests for them. Ensure the following: 1. All CRUD(Creates, reads, updates, deletes) operations to create test examples. 2. Includes peripheral situations and scenes, such as invalid input or access issues. 3. UseDjangoYes.TestCaseCategory andAPIClientTo send a request. 4. Use settings to initialize any required data. For clarity, use descriptive method names and notes to organize the test examples generated. Make sure the tests follow. Django Standard practice and naming agreements.