Add visibility for test functions
When you test a function (ie use the tsqlt.FakeFunction method) you have to specify a function that will replace the function being faked. This creates a dependency on that function. Currently these faked functions aren't visible in SQL Test. It would be great to be able to see them listed in the UI so that developers can see them. The functions are typically created within the same schema/class as the the test(s) so that's where they should be displayed. The names of the functions won't typically start with test
and won't have any extended properties on them as they are just normal functions, but are identifiable because they are in the test schema/class. It would be helpful to have some visible distinction that they aren't tests (maybe italicize the function name or give it a special icon instead of the normal bullet point?)