mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Align parameters of test_setPropertyUser
For readability. Contributes to issue CURA-3497.
This commit is contained in:
parent
2c9e115488
commit
52d6c074f5
1 changed files with 3 additions and 3 deletions
|
@ -537,9 +537,9 @@ def test_setNextStack(global_stack):
|
|||
|
||||
## Tests setting properties directly on the global stack.
|
||||
@pytest.mark.parametrize("key, property, value, output_value", [
|
||||
("layer_height", "value", 0.1337, 0.1337),
|
||||
("foo", "value", 100, 100),
|
||||
("support_enabled", "value", True, True),
|
||||
("layer_height", "value", 0.1337, 0.1337),
|
||||
("foo", "value", 100, 100),
|
||||
("support_enabled", "value", True, True),
|
||||
("layer_height", "default_value", 0.1337, 0.1337),
|
||||
("layer_height", "is_bright_pink", "of course", "of course")
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue