fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 41s

This commit is contained in:
2025-12-09 11:55:13 +09:00
parent 0a2fc799dd
commit f39e649b3d
13 changed files with 227 additions and 28 deletions

View File

@@ -25,10 +25,14 @@ def test_search_product_name_no_match(sql_session: Session) -> None:
def test_search_product_barcode_exact_match(sql_session: Session) -> None:
pass
# Should not be able to find hidden products
def test_search_product_hidden_products(sql_session: Session) -> None:
pass
# Should be able to find hidden products if specified
def test_search_product_find_hidden_products(sql_session: Session) -> None:
pass
# Should be able to find hidden products by barcode despite not specified
def test_search_product_hidden_products_by_barcode(sql_session: Session) -> None:
pass