On 04/28/2015 07:04 PM, Dicebot wrote:
I do want do test everything as part of my app tests, including all possible dependencies, transitively.
Even Phobos?
This is awesome default. With a simple `rdmd -main -unittest` call I can ensure that certain app/module works correctly without having to trust maintainers of dependencies to run tests regularly and without even knowing what those dependencies are. It is beautiful in its simplicity which makes it good default.
