We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9972770 commit 1e06867Copy full SHA for 1e06867
system_tests/lewis_tests.py
@@ -57,7 +57,9 @@ def test_list_available_devices(self):
57
When: running Lewis without parameters
58
Then: returns a list of possible simulations
59
"""
60
- result = santise_whitespace(subprocess.check_output(["uv", "run", str(LEWIS_PATH)]).decode())
+ result = santise_whitespace(
61
+ subprocess.check_output(["uv", "run", str(LEWIS_PATH)]).decode()
62
+ )
63
64
verify(result, self.reporter)
65
0 commit comments