Tests restructuring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user