30 lines
2.1 KiB
Plaintext
30 lines
2.1 KiB
Plaintext
Best Practice Recommendation
|
|
For production applications, consider using database migrations (like Alembic) to manage schema changes including index
|
|
creation, rather than creating them programmatically at startup. This provides better control and tracking of database changes.
|
|
|
|
|
|
https://letzshop-google-shopping-product-exports-production.s3.eu-west-1.amazonaws.com/city_zones/strassen/vendors/wizard-cloud-marketing-s-a-r-l/google_shopping/products_fr.csv
|
|
|
|
what are those?
|
|
INFO: ('192.168.1.125', 53912) - "WebSocket /" 403
|
|
INFO: connection rejected (403 Forbidden)
|
|
INFO: connection closed
|
|
INFO: 192.168.1.125:53913 - "GET /loginMsg.js HTTP/1.1" 404 Not Found
|
|
INFO: 192.168.1.125:53914 - "GET /cgi/get.cgi?cmd=home_login HTTP/1.1" 404 Not Found
|
|
INFO: 192.168.1.125:53915 - "POST /boaform/admin/formTracert HTTP/1.1" 404 Not Found
|
|
|
|
|
|
when creating a stock the gtin has to exist inthe product table
|
|
|
|
|
|
FAILED tests\test_admin.py::TestAdminAPI::test_admin_endpoints_require_authentication - assert 403 == 401
|
|
FAILED tests\test_background_tasks.py::TestBackgroundTasks::test_marketplace_import_success - AssertionError: assert 'pending' == 'completed'
|
|
FAILED tests\test_background_tasks.py::TestBackgroundTasks::test_marketplace_import_failure - AssertionError: assert 'pending' == 'failed'
|
|
FAILED tests\test_error_handling.py::TestErrorHandling::test_invalid_authentication - assert 401 == 403
|
|
FAILED tests\test_error_handling.py::TestErrorHandling::test_duplicate_resource_creation - assert 500 == 400
|
|
FAILED tests\test_marketplace.py::TestMarketplaceAPI::test_import_from_marketplace - sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Error binding parameter 1 - probably unsupported type.
|
|
FAILED tests\test_product.py::TestProductsAPI::test_get_products_empty - assert 404 == 200
|
|
FAILED tests\test_product.py::TestProductsAPI::test_create_product_duplicate_id - assert 500 == 400
|
|
FAILED tests\test_security.py::TestSecurity::test_protected_endpoint_with_invalid_token - assert 401 == 403
|
|
FAILED tests\test_security.py::TestSecurity::test_input_validation - assert '<script>' not in "<script>ale...s')</script>"
|