Loading...
Loading...
Compare original and translation side by side
test_user_creation_fails_with_invalid_emailtest_user_creation_fails_with_invalid_emailundefinedundefinedundefinedundefinedtests/
├── unit/ # Fast, isolated unit tests
├── integration/ # Tests requiring external services
├── fixtures/ # Shared test data
└── helpers/ # Test utilitiestests/
├── unit/ # 快速、独立的单元测试
├── integration/ # 需要外部服务的测试
├── fixtures/ # 共享测试数据
└── helpers/ # 测试工具