Tests restructuring

This commit is contained in:
2025-09-19 21:23:57 +02:00
parent d0924f90c4
commit 366093bbc6
70 changed files with 212 additions and 1957 deletions

View File

@@ -318,9 +318,9 @@ pytest tests/ -m integration -v # Integration tests only
pytest tests/ -m "not slow" -v # Fast tests only
# Run specific test files
pytest tests/test_auth.py -v # Authentication tests
pytest tests/test_product.py -v # Product tests
pytest tests/test_stock.py -v # Stock management tests
pytest tests/test_authentication_endpoints.py -v # Authentication tests
pytest tests/test_product_endpoints.py -v # Product tests
pytest tests/test_stock_endpoints.py -v # Stock management tests
```
### Test Coverage