diskimage-builder/diskimage_builder/tests
Ian Wienand a32a8f1ce1 Fail if two elements provide the same thing
The current check only validates that an element that specifies
"element-provides" doesn't conflict with a "real" element.  We also
want to check this against the provides of other elements.

A real example is with a "block-device" element.  There is no actual
"block-device" element; we can have multiple elements provide it
(block-device-[gpt,mbr,efi], say) but we only want one of them at a
time.

Update the unit test for this.

Change-Id: I59d4aa5f6f09e2892b213e154befa10d85e95ca3
2018-02-23 10:04:26 +11:00
..
functional Move "functional" unit tests under block-device 2017-06-05 12:22:52 +10:00
__init__.py
base.py Add unit test for cache-url 2014-09-30 16:39:21 -05:00
test_elementdeps.py Fail if two elements provide the same thing 2018-02-23 10:04:26 +11:00
test_loggingconfig.py Introspect logging testing more 2016-06-16 13:54:52 +10:00
test_no_dup_filenames.py