Skip to content

Commit 2031724

Browse files
authored
Add zip attachment type (#889)
1 parent 21571c8 commit 2031724

File tree

1 file changed

+1
-0
lines changed
  • allure-python-commons/src/allure_commons

1 file changed

+1
-0
lines changed

allure-python-commons/src/allure_commons/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self, mime_type, extension):
5050
JSON = ("application/json", "json")
5151
YAML = ("application/yaml", "yaml")
5252
PCAP = ("application/vnd.tcpdump.pcap", "pcap")
53+
ZIP = ("application/zip", "zip")
5354

5455
PNG = ("image/png", "png")
5556
JPG = ("image/jpg", "jpg")

0 commit comments

Comments
 (0)