snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

Becatrue/88/test #90

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

Implement the first testing for swift.app.

You can test as below:

pip install coverage  // only first time

python -m coverage run -m swift.tests  // run test
python -m coverage report  // show report
BECATRUE commented 1 year ago

This PR is closed and I will make a new PR with more information.