We have an existing, large, application, for which we are going back and creating unit tests. We're starting with some of our core methods and then will expand this to include most internal and public methods.
Is there a best practice for keeping track of which methods in our application contain a unit test (or don't)? Perhaps an attribute or some other way? In other words, We'd like to be able to look at a method in our code and know if the method is under a unit test.