Skip to content

Commit a40e8df

Browse files
readme
1 parent f4716e1 commit a40e8df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ pytest --rank --rank-hist-len=30
5959

6060
You can always apply these options by adding them to the ``addopts`` setting in your [pytest.ini](https://docs.pytest.org/en/latest/reference/customize.html#configuration).
6161

62-
For example, create `pytest.ini` in the codebase root folder as such:
62+
For example, create `pytest.ini` in your codebase root folder as such:
6363
```ini
6464
[pytest]
6565
addopts = --rank --rank-weight=0-1-0 --rank-hist-len=30
6666
```
6767
and run `pytest` on command line.
6868

69-
Alternatively, you can also create `pytest.ini` in the codebase root folder as such:
69+
Alternatively, you can also create `pytest.ini` in your codebase root folder as such:
7070
```ini
7171
[pytest]
72-
rank-weight=0-1-0
73-
rank-hist-len=30
72+
rank_weight=0-1-0
73+
rank_hist_len=30
7474
```
7575

7676
and run `pytest --rank` on command line.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name='pytest-ranking',
18-
version='0.2.4',
18+
version='0.2.5',
1919
author='softwareTestingResearch',
2020
author_email='testingresearch4all@gmail.com',
2121
maintainer='softwareTestingResearch',

0 commit comments

Comments
 (0)