I can run all tests in buck using buck test //...
buck test //...
How do I run one specific test?
The --test-selectors method lets you pick a single test, but that doesn't have full support for all languages.
--test-selectors