medium
Write Unit Tests
Create comprehensive unit tests for a specific class or function.
📝 Contenu du Prompt
Write a comprehensive suite of unit tests using the 'unittest' framework for the following Python class. Include tests for standard usage, edge cases (like empty inputs), and expected error handling. [Paste class code here]