Refactoring code for modular approach
This commit is contained in:
@@ -319,7 +319,7 @@ pytest tests/ -m "not slow" -v # Fast tests only
|
||||
|
||||
# Run specific test files
|
||||
pytest tests/test_auth.py -v # Authentication tests
|
||||
pytest tests/test_products.py -v # Product tests
|
||||
pytest tests/test_product.py -v # Product tests
|
||||
pytest tests/test_stock.py -v # Stock management tests
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user