Running BigCodeBench-Hard tests...
[1m============================= test session starts ==============================[0m
platform linux -- Python 3.10.20, pytest-8.2.0, pluggy-1.6.0 -- /usr/local/bin/python
cachedir: .pytest_cache
rootdir: /tests
plugins: Faker-20.1.0, pyfakefs-5.4.1, requests-mock-1.11.0, anyio-4.13.0
[1mcollecting ... [0mcollected 6 items

test_outputs.py::test_solution_exists [32mPASSED[0m[33m                             [ 16%][0m
test_outputs.py::TestCases::test_case_1 [32mPASSED[0m[33m                           [ 33%][0m
test_outputs.py::TestCases::test_case_2 [32mPASSED[0m[33m                           [ 50%][0m
test_outputs.py::TestCases::test_case_3 [32mPASSED[0m[33m                           [ 66%][0m
test_outputs.py::TestCases::test_case_4 [32mPASSED[0m[33m                           [ 83%][0m
test_outputs.py::TestCases::test_case_5 [32mPASSED[0m[33m                           [100%][0m

[33m=============================== warnings summary ===============================[0m
test_outputs.py:16
  /tests/test_outputs.py:16: DeprecationWarning: invalid escape sequence '\W'
    ALPHANUMERIC = re.compile('[\W_]+')

../workspace/solution.py:6
  /workspace/solution.py:6: DeprecationWarning: invalid escape sequence '\W'
    ALPHANUMERIC = re.compile('[\W_]+')

../usr/local/lib/python3.10/site-packages/scipy/sparse/sparsetools.py:21
  /usr/local/lib/python3.10/site-packages/scipy/sparse/sparsetools.py:21: DeprecationWarning: `scipy.sparse.sparsetools` is deprecated!
  scipy.sparse.sparsetools is a private module for scipy.sparse, and should not be used.
    _deprecated()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[33m======================== [32m6 passed[0m, [33m[1m3 warnings[0m[33m in 0.82s[0m[33m =========================[0m
✓ All tests passed (reward: 1)
