Skip to content

Commit

Permalink
test: handle process docstring in cli tests
Browse files Browse the repository at this point in the history
Now that the cli supports --process-docstring, we can handle transform
also in the cli tests, and skip two fewer tests.
  • Loading branch information
jnikula committed Nov 14, 2023
1 parent b35dec8 commit e53c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_output(self):

transform = directive.options.get('transform')
if transform is not None:
pytest.skip('cli does not support generic transformations')
args += [f'--process-docstring={transform}']

clang_args = directive.get_clang_args()
if clang_args:
Expand Down

0 comments on commit e53c6e4

Please sign in to comment.