avocado icon indicating copy to clipboard operation
avocado copied to clipboard

Resolver: introduce same test coverage as loader

Open clebergnu opened this issue 2 years ago • 1 comments

This introduces a port of selftests/unit/test_loader.py to cover the resolver. The idea is to have simultaneous coverage until the removal of the loader code.

clebergnu avatar Apr 28 '22 22:04 clebergnu

@richtja I'm getting this back to draft. It seems like there's a very weird issue with the usage of unittest.mock that leaks the behavior into other tests when using Python's standard unittest runner (used in the coverage job).

clebergnu avatar Apr 29 '22 13:04 clebergnu