You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should start creating some very basic unit tests to at least create the structure and create some templates for more unit tests as time permits. The ActionParser methods seem like a good thing to test at this time.
The text was updated successfully, but these errors were encountered:
* Add unit tests for all package modules
* Parser coverage is currently incomplete, but it is reasonable
* Runner coverage is also incomplete, but most of the untested code
is related to writing to disk
* THe merging process in the runner module should have tests added
* Ignore some untested lines which only call third party code which
may be slow (using pragma no cover markings)
* Update dev package to include coverage and pytest
* Ignore warnings generated by importing spleeter in tests
* Ignore .coverage file
Addresses #5
This is done. We don't have full coverage, but so far it is pretty good. Many of the lines which we don't have covered will simply need to be mocked up anyway. With that said, there is still room for improvement.
We should start creating some very basic unit tests to at least create the structure and create some templates for more unit tests as time permits. The ActionParser methods seem like a good thing to test at this time.
The text was updated successfully, but these errors were encountered: