mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-30 20:05:06 -04:00
tests: update test_render_command_with_use_local_latex_option
This commit is contained in:
@@ -187,7 +187,10 @@ def test_render_command_with_use_local_latex_option(tmp_path, input_file_path):
|
||||
# copy input file to the temporary directory to create the output directory there:
|
||||
input_file_path = shutil.copy(input_file_path, tmp_path)
|
||||
|
||||
runner.invoke(cli.app, ["render", str(input_file_path), "--use-local-latex"])
|
||||
runner.invoke(
|
||||
cli.app,
|
||||
["render", str(input_file_path), "--use-local-latex-command", "pdflatex"],
|
||||
)
|
||||
|
||||
|
||||
def test_new_command(tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user