Skip to content

Commit

Permalink
tests: lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Jun 15, 2024
1 parent 1eeb144 commit b040b2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utest/test_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ def test_keyword_names_no_space(
def test_verify_checksum(file: Path, tmp_path: Path):
translation_file = tmp_path / "translation.json"
subprocess.run(
[sys.executable, "-m", "SeleniumLibrary.entry", "translation", translation_file],
[
sys.executable,
"-m",
"SeleniumLibrary.entry",
"translation",
translation_file,
],
check=True,
)
with translation_file.open("r") as source_translation:
Expand Down

0 comments on commit b040b2f

Please sign in to comment.