ni1o1 / transbigdata

A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
https://transbigdata.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
459 stars 115 forks source link

[JOSS] Testing? #7

Closed jGaboardi closed 2 years ago

jGaboardi commented 2 years ago

I may be missing something, but there does not appear to be any actual CI testing being performed on transbigdata. It seems that line 36 of .github/workflows/python-app.yml simply runs pytest on test_transbigdata.py, which merely imports the package (and also happens in .travis.yml). If I am incorrect in this assessment, please show where the actual CI testing is being performed.

xref: openjournals/joss-reviews#4021

ni1o1 commented 2 years ago

Tests are added and the test coverage is now at 94%.