triquetradev/prompt-write-tests icon
public
Published on 6/10/2025
Write Python Tests

Prompts
Write Python Tests
@open I will provide you with a code segment or file. Write comprehensive tests for the provided code.
  - write tests using pytest
  - create fixtures when necessary
  - only test the code provided; do not test code imported from other modules
  - only test user code; do not test code imported from libraries
  - include edge case testing