Skip to content

Commit

Permalink
add mention about conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Jun 10, 2020
1 parent 9a61b6b commit 9799cb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Resources are described in json file as array of objects. Each object has some m
pip install pytest-lockable
```

`conftest.py`:

```
pytest_plugins = ("lockable.plugin",)
```

## Usage

Custom options:
Expand Down

0 comments on commit 9799cb5

Please sign in to comment.