19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
# Testing dependencies
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
|
|
# Odoo dependencies (if testing outside Odoo environment)
|
|
# odoo>=16.0,<17.0
|
|
|
|
# Additional testing utilities
|
|
coverage>=7.0.0
|
|
xmlrunner>=1.7.7
|
|
|
|
# Development dependencies
|
|
flake8>=6.0.0
|
|
black>=22.0.0
|
|
isort>=5.12.0
|
|
|
|
# Optional: for XML parsing/validation
|
|
lxml>=4.9.0 |