We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21571c8 commit 2031724Copy full SHA for 2031724
1 file changed
allure-python-commons/src/allure_commons/types.py
@@ -50,6 +50,7 @@ def __init__(self, mime_type, extension):
50
JSON = ("application/json", "json")
51
YAML = ("application/yaml", "yaml")
52
PCAP = ("application/vnd.tcpdump.pcap", "pcap")
53
+ ZIP = ("application/zip", "zip")
54
55
PNG = ("image/png", "png")
56
JPG = ("image/jpg", "jpg")
0 commit comments