EEEEEEEEEEEEEEEEEEEEEEEEE [100%]
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_login_success _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_login_second_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_bad_password ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_unknown_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_list_products _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
______________________ ERROR at setup of test_get_product ______________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_get_missing_product __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_orders_requires_auth __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_orders_rejects_bad_token ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_create_order_and_total _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_create_order_missing_product ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_orders_are_per_user __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_order_non_integer_fields ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_zero_or_negative_quantity ____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_products_have_stock __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_order_decrements_stock _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_exceeding_stock_conflict _____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_get_own_order _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_get_missing_order ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_get_other_users_order_is_404 ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_products_max_price_filter _______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-ad6wt0rn (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
=========================== short test summary info ============================
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_success
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_second_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_bad_password
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_unknown_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_list_products
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_requires_auth
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_rejects_bad_token
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_and_total
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_are_per_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_non_integer_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_zero_or_negative_quantity
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_have_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_decrements_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_exceeding_stock_conflict
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_own_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_other_users_order_is_404
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_max_price_filter
25 errors in 0.12s
score: 0/25 (0%)
(no files produced)
EEEEEEEEEEEEEEEEEEEEEEEEE [100%]
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_login_success _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_login_second_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_bad_password ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_unknown_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_list_products _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
______________________ ERROR at setup of test_get_product ______________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_get_missing_product __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_orders_requires_auth __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_orders_rejects_bad_token ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_create_order_and_total _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_create_order_missing_product ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_orders_are_per_user __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_order_non_integer_fields ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_zero_or_negative_quantity ____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_products_have_stock __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_order_decrements_stock _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_exceeding_stock_conflict _____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_get_own_order _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_get_missing_order ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_get_other_users_order_is_404 ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_products_max_price_filter _______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t1kcz3cr (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
=========================== short test summary info ============================
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_success
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_second_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_bad_password
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_unknown_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_list_products
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_requires_auth
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_rejects_bad_token
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_and_total
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_are_per_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_non_integer_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_zero_or_negative_quantity
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_have_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_decrements_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_exceeding_stock_conflict
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_own_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_other_users_order_is_404
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_max_price_filter
25 errors in 0.12s
score: 0/25 (0%)
(no files produced)
EEEEEEEEEEEEEEEEEEEEEEEEE [100%]
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_login_success _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_login_second_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_bad_password ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_unknown_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_list_products _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
______________________ ERROR at setup of test_get_product ______________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_get_missing_product __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_orders_requires_auth __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_orders_rejects_bad_token ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_create_order_and_total _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_create_order_missing_product ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_orders_are_per_user __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_order_non_integer_fields ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_zero_or_negative_quantity ____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_products_have_stock __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_order_decrements_stock _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_exceeding_stock_conflict _____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_get_own_order _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_get_missing_order ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_get_other_users_order_is_404 ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_products_max_price_filter _______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-potpzy4q (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
=========================== short test summary info ============================
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_success
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_second_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_bad_password
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_unknown_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_list_products
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_requires_auth
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_rejects_bad_token
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_and_total
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_are_per_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_non_integer_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_zero_or_negative_quantity
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_have_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_decrements_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_exceeding_stock_conflict
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_own_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_other_users_order_is_404
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_max_price_filter
25 errors in 0.12s
score: 0/25 (0%)
(no files produced)
EEEEEEEEEEEEEEEEEEEEEEEEE [100%]
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_login_success _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_login_second_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_bad_password ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_unknown_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_list_products _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
______________________ ERROR at setup of test_get_product ______________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_get_missing_product __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_orders_requires_auth __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_orders_rejects_bad_token ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_create_order_and_total _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_create_order_missing_product ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_orders_are_per_user __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_order_non_integer_fields ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_zero_or_negative_quantity ____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_products_have_stock __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_order_decrements_stock _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_exceeding_stock_conflict _____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_get_own_order _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_get_missing_order ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_get_other_users_order_is_404 ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_products_max_price_filter _______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-t7dnbqv0 (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
=========================== short test summary info ============================
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_success
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_second_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_bad_password
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_unknown_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_list_products
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_requires_auth
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_rejects_bad_token
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_and_total
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_are_per_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_non_integer_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_zero_or_negative_quantity
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_have_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_decrements_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_exceeding_stock_conflict
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_own_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_other_users_order_is_404
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_max_price_filter
25 errors in 0.12s
score: 0/25 (0%)
(no files produced)
EEEEEEEEEEEEEEEEEEEEEEEEE [100%]
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_login_success _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_login_second_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_bad_password ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_login_unknown_user ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_list_products _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
______________________ ERROR at setup of test_get_product ______________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_get_missing_product __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_orders_requires_auth __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_orders_rejects_bad_token ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_create_order_and_total _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_create_order_missing_product ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_orders_are_per_user __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_login_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_malformed_json __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_________________ ERROR at setup of test_order_missing_fields __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_order_non_integer_fields ________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_zero_or_negative_quantity ____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
__________________ ERROR at setup of test_products_have_stock __________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
________________ ERROR at setup of test_order_decrements_stock _________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
____________ ERROR at setup of test_order_exceeding_stock_conflict _____________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________________ ERROR at setup of test_get_own_order _____________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
___________________ ERROR at setup of test_get_missing_order ___________________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_____________ ERROR at setup of test_get_other_users_order_is_404 ______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
_______________ ERROR at setup of test_products_max_price_filter _______________
@pytest.fixture(scope="session")
def base_url():
app_py = os.path.join(APP_DIR, "app.py")
if not os.path.isfile(app_py):
> pytest.fail(f"app.py not found in {APP_DIR} (the model did not create it)")
E Failed: app.py not found in /tmp/bench-ws-s8qvo27o (the model did not create it)
/home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py:99: Failed
=========================== short test summary info ============================
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_success
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_second_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_bad_password
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_unknown_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_list_products
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_requires_auth
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_rejects_bad_token
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_and_total
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_create_order_missing_product
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_orders_are_per_user
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_login_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_malformed_json
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_missing_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_non_integer_fields
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_zero_or_negative_quantity
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_have_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_decrements_stock
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_order_exceeding_stock_conflict
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_own_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_missing_order
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_get_other_users_order_is_404
ERROR ../../home/lzieniew/Documents/my_local_llm_benchmarks/tasks/py-store-api/tests/test_store_api.py::test_products_max_price_filter
25 errors in 0.12s
score: 0/25 (0%)
(no files produced)