dub icon indicating copy to clipboard operation
dub copied to clipboard

Add runtests subcommand

Open shoo opened this issue 1 year ago • 11 comments

As with many official tools, projects often require integration testing for CI/CD. In such cases, it is useful to run integration tests in a unified format. The runtests subcommand I added is similar to test/run-unittest.sh or test/run-unittest.d so integration tests of dub projects can be run dub itself. To test dub, run the following command:

dub run -- runtests --skip-build

shoo avatar Jul 21 '24 10:07 shoo