brobeson / ctest-lab

A CTest extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=brobeson.ctest-lab
MIT License
1 stars 1 forks source link

Clean up `test_discovery.refresh_tests()` #29

Open brobeson opened 2 years ago

brobeson commented 2 years ago

This function is longer than it should be. Refactor it into separate functions. At first glance, it seems that each .then or .catch block can be a function.