a7c111643d
- Use ModuleIndex's update_from_file/update_from_string instead of ModuleStream's read_file/read_string which is deprecated. - Extend tests to work with real module streams instead of mocks. Signed-off-by: Filip Valder <fvalder@redhat.com>
21 lines
294 B
Plaintext
21 lines
294 B
Plaintext
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
name: m1
|
|
stream: latest
|
|
version: 20190101
|
|
context: cafe
|
|
arch: x86_64
|
|
summary: Dummy module
|
|
description: Dummy module
|
|
license:
|
|
module:
|
|
- Beerware
|
|
content:
|
|
- Beerware
|
|
artifacts:
|
|
rpms:
|
|
- foobar-0:1.0-1.noarch
|
|
...
|