Results 1019 comments of Randy Lai

It works for me with the default font on my mac. Try the setting ``` "unix_term": "xterm-256color", ```

Oh. You are using Windows. I think it is an issue if the upstream package https://github.com/andfoy/pywinpty There are new versions of pywinpty. Though it will require new version of Package...

It would be a nice feature request. Though I currently don't have the time and energy to add it.

Maybe trying the `capture_console` setting to see if there is any error message?

UnitTesting uses [TestLoader.discover](https://docs.python.org/3.3/library/unittest.html#unittest.TestLoader.discover) to discover tests. I beleive you might be also to switch to use `loadTestsFromModule` or `loadTestsFromNames` like waht unittest [does](https://github.com/python/cpython/blob/a0db11b10fca0fee6bb2b8d6277e266bad8c0fdb/Lib/unittest/main.py#L152).

I think the current setup only works for plugins under `User` because `User` is always loaded. We might need to handle the loading of the module for plugins under `Pacakges/MyPackage`.

Thanks for the investigation. I will take a look soon.

I'm glad that you have found a way to get what you need. Just 1 comment, it may be more robust if you use arg and kwarg, e.g. ```py def...

Please use the codecov-upload option, the GitHub action won’t work with UnitTesting because action uses newer format of the coverage files.

Did you try rerunning the tests? Random failure may sometime happen.