Hello Dave,
I have two binaries - a consumer and a server. I validate consumer and then it also populates the DB. Then I test the server, in which there is a test for checking if deleting an entry in the test works. I want to avoid running this "delete" test alone during development, because, if I run this test alone, then every time I have to repopulate the database freshly for again testing the "server".
I could add a flag, as suggested by Fatih, however, if an option using the "-run" works, it would be much more cleaner.
Thanks,
Sundar