diff --git a/README.md b/README.md index 5927d17..54fd681 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,14 @@ Under the hood, each `.env` file in `--env_paths` will create one instance of a ### 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 ``` +The expected dir structure inside of `recipes_dir` is as follows: + ``` DIR recipes_dir [contains abra recipes] │ @@ -64,7 +66,7 @@ DIR recipes_dir [contains abra recipes] └── [pytest_files] ``` -The class `RunnerWordpress` will be imported via +The class `RunnerWordpress` will be automatically imported by `importlib`, which is equivalent to ```python from wordpress.tests_wordpress.runner_wordpress import RunnerWordpress