small changes
This commit is contained in:
parent
607606f51e
commit
c88d743453
1 changed files with 4 additions and 2 deletions
|
|
@ -42,12 +42,14 @@ Under the hood, each `.env` file in `--env_paths` will create one instance of a
|
||||||
|
|
||||||
### recipes_dir [string]
|
### recipes_dir [string]
|
||||||
|
|
||||||
The required argument `--recipes_dir` has to point to the directory, where all the abra recipes are stored. We cann call `abratest` with
|
The required argument `--recipes_dir` has to point to the directory, where all the abra recipes are stored. We can call `abratest` with
|
||||||
|
|
||||||
```
|
```
|
||||||
abratest --recipes_dir /path/to/abra/recipes
|
abratest --recipes_dir /path/to/abra/recipes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The expected dir structure inside of `recipes_dir` is as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
DIR recipes_dir [contains abra recipes]
|
DIR recipes_dir [contains abra recipes]
|
||||||
│
|
│
|
||||||
|
|
@ -64,7 +66,7 @@ DIR recipes_dir [contains abra recipes]
|
||||||
└── [pytest_files]
|
└── [pytest_files]
|
||||||
```
|
```
|
||||||
|
|
||||||
The class `RunnerWordpress` will be imported via
|
The class `RunnerWordpress` will be automatically imported by `importlib`, which is equivalent to
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from wordpress.tests_wordpress.runner_wordpress import RunnerWordpress
|
from wordpress.tests_wordpress.runner_wordpress import RunnerWordpress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue