From cb518e67ef7773233f38306910e5ac29abdf4c2e Mon Sep 17 00:00:00 2001 From: mibe Date: Tue, 8 Oct 2024 12:35:50 +0100 Subject: [PATCH] #61 Added cli_args fixture --- pytest-extension/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest-extension/README.md b/pytest-extension/README.md index d7882a9..b4fd08c 100644 --- a/pytest-extension/README.md +++ b/pytest-extension/README.md @@ -45,7 +45,8 @@ of standard cli parameters (`StdParams`) defined in the `exasol-python-extension The next two fixtures - `database_cli_args` and `bucketfs_cli_args` - give the same parameters as the previous two but in the form of command line arguments. They are helpful for testing the CLI directly, for example using the -click.CliRunner as in the samples below. +click.CliRunner as in the samples below. There is also a fixture - `cli_args` - that combines these two argument +strings. ```python import click