mirror of https://github.com/eyhc1/rendercv.git
tests: remove unused imports from test_cli.py
This commit is contained in:
parent
623458e8d4
commit
6864bb8508
|
@ -1,4 +1,3 @@
|
||||||
import copy
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
@ -9,7 +8,6 @@ import pydantic
|
||||||
import ruamel.yaml
|
import ruamel.yaml
|
||||||
import pytest
|
import pytest
|
||||||
import typer.testing
|
import typer.testing
|
||||||
import time_machine
|
|
||||||
|
|
||||||
|
|
||||||
def test_welcome():
|
def test_welcome():
|
||||||
|
@ -416,7 +414,7 @@ def test_render_command_with_local_latex_command(tmp_path, input_file_path):
|
||||||
|
|
||||||
runner.invoke(
|
runner.invoke(
|
||||||
cli.app,
|
cli.app,
|
||||||
["render", str(input_file_path), "--local-latex-command", "pdflatex"],
|
["render", str(input_file_path), "--use-local-latex-command", "pdflatex"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue