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 4c178d4 commit b972218Copy full SHA for b972218
allure-pytest/README.md
@@ -18,8 +18,10 @@ Where **type** is a mime string or one of presets like pytest.allure.attachment_
18
```python
19
def test_attach_from_test():
20
pytest.allure.attach(xml_body)
21
- pytest.allure.attach(xml_body, name='my xml attachment', attachment_type=pytest.allure.attachment_type.XML)
22
-
+ pytest.allure.attach(xml_body,
+ name='my xml attachment',
23
+ attachment_type=pytest.allure.attachment_type.XML)
24
+ # ...
25
```
26
27
Also you can attach files:
0 commit comments