remove-pythonpath-requirement #11

Merged
dan merged 4 commits from remove-pythonpath-requirement into dev 2023-12-07 17:21:21 +01:00
Showing only changes of commit c88d743453 - Show all commits

View file

@ -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