OP
- Thread Starter
- #301
I am late but things are getting ready to move to the main site.
and
Test coverage is still low but it is time to play with it.
Let's go to https://dev.spinorama.org and find bugs.
P.S.: the most likely are old version / cache error etc, please cleanup your cache, try again and tell me that you add to. If you are a developper, then go into the developer tool and tell me what you see. Patches are welcome.
Code:
pytest tests/
=========================================== test session starts ===========================================
platform linux -- Python 3.10.12, pytest-8.1.1, pluggy-1.4.0
rootdir: /home/pierre/src/spinorama
configfile: pyproject.toml
plugins: cov-5.0.0, anyio-4.3.0
collected 81 items
tests/test_auto.py . [ 1%]
tests/test_cea2034.py ............... [ 19%]
tests/test_contour.py ........... [ 33%]
tests/test_estimates.py ..... [ 39%]
tests/test_filter.py . [ 40%]
tests/test_go.py ............ [ 55%]
tests/test_html.py .... [ 60%]
tests/test_load.py ........ [ 70%]
tests/test_loss.py . [ 71%]
tests/test_peq.py .. [ 74%]
tests/test_ranges.py ..... [ 80%]
tests/test_scores.py .. [ 82%]
tests/test_website.py ............ [ 97%]
tests/test_weigths.py .. [100%]
=========================================== 81 passed in 44.20s ===========================================
and
Code:
npx vitest
RUN v1.6.0 /home/pierre/src/spinorama
✓ src/website/plot.test.js (12)
✓ src/website/search.test.js (19)
Test Files 2 passed (2)
Tests 31 passed (31)
Start at 22:59:12
Duration 4.71s (transform 186ms, setup 0ms, collect 148ms, tests 151ms, environment 3.83s, prepare 3.99s)
Test coverage is still low but it is time to play with it.
Let's go to https://dev.spinorama.org and find bugs.
P.S.: the most likely are old version / cache error etc, please cleanup your cache, try again and tell me that you add to. If you are a developper, then go into the developer tool and tell me what you see. Patches are welcome.