> pytest test/test_html.py
======================================================== test session starts =========================================================
platform linux -- Python 3.11.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/bits/go/src/github.com/DataDog/cve-bin-tool
configfile: setup.cfg
plugins: xdist-3.6.1, mock-3.14.0, asyncio-0.25.3, playwright-0.7.0, cov-6.0.0, base-url-2.1.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=function
collected 11 items
test/test_html.py ........... [100%]
======================================================== 11 passed in 19.56s =========================================================
> pytest test/test_csv2cve.py
======================================================== test session starts =========================================================
platform linux -- Python 3.11.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/bits/go/src/github.com/DataDog/cve-bin-tool
configfile: setup.cfg
plugins: xdist-3.6.1, mock-3.14.0, asyncio-0.25.3, playwright-0.7.0, cov-6.0.0, base-url-2.1.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=function
collected 3 items
test/test_csv2cve.py ... [100%]
========================================================= 3 passed in 2.32s ==========================================================