Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ============================= test session starts ===============…
…=============== platform darwin -- Python 3.11.7, pytest-7.2.0, pluggy-1.0.0 rootdir: /Users/eltbus/Learnspace/python/python-multipart plugins: timeout-2.1.0, cov-4.0.0, anyio-4.2.0 timeout: 30.0s timeout method: signal timeout func_only: False collected 105 items / 2 deselected / 103 selected tests/test_multipart.py ................................................ [ 46%] ....................�................................... [100%] =============================== warnings summary =============================== tests/compat.py:43 /Users/eltbus/Learnspace/python/python-multipart/tests/compat.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.slow_test - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html slow_test = pytest.mark.slow_test -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ---------- coverage: platform darwin, python 3.11.7-final-0 ---------- Name Stmts Miss Cover Missing ------------------------------------------------------- multipart/__init__.py 5 0 100% multipart/decoders.py 55 2 96% 163-164 multipart/exceptions.py 10 0 100% multipart/multipart.py 701 2 99% 486, 1422 ------------------------------------------------------- TOTAL 771 4 99% ================= 103 passed, 2 deselected, 1 warning in 2.06s =================
- Loading branch information