Skip to content

Commit 6e17233

Browse files
authored
fix typo (connects #23)
1 parent b972218 commit 6e17233

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

allure-pytest/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Allure pytest plugin
22

3-
## Inatallation
3+
## Installation
44
Beta version is not available on PyPI, but you can install allure directly from github:
55

66
```bash
@@ -35,7 +35,9 @@ def test_attach_from_test():
3535
### Steps
3636
Step name formatting with function parameters is deprecated. All parameters of step function will be reported and shown in report.
3737

38-
##### Dynamic issues
38+
39+
### Issues
40+
#### Dynamic issues
3941
Current version doesn't support dynamic_issue, but you can do it with pytest fixtures:
4042
```python
4143
import pytest

0 commit comments

Comments
 (0)