question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make it possible to simply run dub test

See original GitHub issue

First 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:open
  • Created 3 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
WebFreak001commented, Mar 23, 2021

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

0reactions
dejlekcommented, Jul 7, 2022

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found