11 lines
201 B
Python
11 lines
201 B
Python
"""
|
|
Tests for user application
|
|
|
|
This package contains all tests for the user app including:
|
|
- Model tests
|
|
- Serializer tests
|
|
- Service tests
|
|
- View tests
|
|
- Factory classes for test data generation
|
|
"""
|