Skip to content

Commit

Permalink
#61 Added cli_args fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 8, 2024
1 parent c82b07e commit cb518e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb518e6

Please sign in to comment.