We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd648af commit 078bb40Copy full SHA for 078bb40
allure-python-commons/src/types.py
@@ -38,6 +38,7 @@ def __init__(self, mime_type, extension):
38
TEXT = ("text/plain", "txt")
39
CSV = ("text/csv", "csv")
40
TSV = ("text/tab-separated-values", "tsv")
41
+ URI_LIST = ("text/uri-list", "uri")
42
43
HTML = ("application/html", "html")
44
XML = ("application/xml", "xml")
0 commit comments