Make it possible to simply run dub test
See original GitHub issueFirst of all, I am aware of the https://github.com/Pure-D/code-d/issues/279 which would be of great help, but what I am asking here is as simple as adding Test <project name> to the list of dub-auto actions (the ones you see when you press Ctrl-B). If it could be configured to run dub test on every save that would be an additional plus, but I do not mind running it manually for the time being as long as I have it in the “Ctrl-B” list. 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
dub test succeeds but dub build fails on same project #1981
It's is possible for the dub test command to succeed even if the module containing the main function of an application had compiler...
Read more >Commandline interface - DUB - The D package registry
Runs multiple compiler instances in parallel, if possible. test. dub test [<package>[@<version-spec>]] [<options...>] ...
Read more >unit-threaded 0.4.5 - DUB package registry
Advanced multi-threaded unit testing framework with minimal to no boilerplate. ... No possibility to run just one particular test; Only runs in one...
Read more >DubBot: Simplify Web Quality Assurance With The Next ...
Explore Features. Web Accessibility Checks. Ensure accessibility for all your web visitors to provide the best user experience possible. DubBot tests your sites ......
Read more >Documentation - vibe.d
Once you have the project in place, simply run DUB from the project's root directory and it will get all dependencies, compile the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

check in Ctrl-Shift-P / F1 if there are test or clean/rebuild commands maybe provided by some extension which could change this. Or if the user settings contain anything about test or rebuild
I have 0.23.2 installed yet I still have only “dub build” and “dub run” options when I press CTRL+SHIFT+B.
You should not close an issue without verification from at least someone who was involved in the discussion and confirmed the issue…