This package adds support for unit tests ran with dub, the Dlang package manager.
In order to use this plugin you need to add tested package as a dependency in your dub.json. Once you can run your tests with tested you can toggle this plugin and run the test with tested:run
By default you will use the ConsoleTestResultWriter class to write result but if you need to have better results, you can use the AtomTestResultWriter with a custom main file
If you want to add a test button to your workspace, you can install tool-bar plugin.
To see the test fail messages, you can install the linter plugin