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 c412a06 commit ee0e6a9Copy full SHA for ee0e6a9
README.md
@@ -9,7 +9,7 @@ With Pip
9
10
```sh
11
$ pip install pytest-dryrun
12
-Successfully installed pytest-dryrun-0.1.0
+Successfully installed pytest-dryrun-1.0.1
13
```
14
15
## Usage
@@ -30,7 +30,8 @@ def test_thing_two():
30
assert "thing two" in box
31
32
33
-Tests can also be marked with `dryrun` using the library's export:
+Tests can also be marked with `dryrun` using the library's export, which is
34
+helpful for ensuring type-safety.
35
36
```py
37
from pytest_dryrun import dryrun
0 commit comments