openeduhub / metalookup

Provide metadata about domains w.r.t accessibility, licencing, adds, etc.
GNU General Public License v3.0
5 stars 0 forks source link

Improve unit-tests of MetadataManager #93

Closed MRuecklCC closed 2 years ago

MRuecklCC commented 2 years ago

The manager test could have caught it. I think to test the manager the way to go is injecting a mock extractor and testing that it was setup and its mocked result is part of the manager output.

_Originally posted by @MRuecklCC in https://github.com/openeduhub/metalookup/pull/92#discussion_r876910490_

MRuecklCC commented 2 years ago

Resolved with #100