bradyt / taskw-dart

Taskwarrior-inspired mobile todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit test's setUpAll hangs in `test_cov`

bradyt opened this issue · comments

In the process of working on #23, I've wanted to introduce test coverage in CI across all libraries in the project. When trying to run test_cov for the taskc package, the libraries taskc/taskc and taskc/taskc_impl have a setUpAll method that results in a hang.

When I get to this issue, I may want to clean up the logging involved with the process calls, and generally improve usage of Process.run.

I expect this is fixed now, with 669d227.