Michael Albinus writes: > Morgan Smith writes: > >>>> +Also test `debbugs-gnu-patches' and `debbugs-gnu-tagged' which are >>>> +simple wrappers for `debbugs-gnu-search'." >>> >>> Nope. They are wrappers of `debbugs-gnu'. >> >> Oops! You're right. I have removed those tests. > > Perhaps you can give them own tests? In the futeure? > The tests I removed tested absolutely nothing. In the future I will likely add tests for that. The current testing is pretty bare bones as I'm just trying to get the test infrastructure up and running first. >> --- /dev/null >> +++ b/test/debbugs-gnu-tests.el >> +(require 'debbugs) >> +(require 'debbugs-gnu) > > You don't need to require 'debbugs'; debbugs-gnu does it for you. Done! > > Best regards, Michael.