mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Add marker to indicate where the test cases start
Sorting also takes care of this, but it's still more clear this way. Contributes to issue CURA-3497.
This commit is contained in:
parent
4215ba3ce7
commit
86a1d3eb10
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ def readStack(filename):
|
||||||
serialized = file_handle.read()
|
serialized = file_handle.read()
|
||||||
return serialized
|
return serialized
|
||||||
|
|
||||||
|
#############################START OF TEST CASES################################
|
||||||
|
|
||||||
## Tests whether the user changes are being read properly from a global stack.
|
## Tests whether the user changes are being read properly from a global stack.
|
||||||
@pytest.mark.parametrize("filename, user_changes_id", [
|
@pytest.mark.parametrize("filename, user_changes_id", [
|
||||||
("Global.global.cfg", "empty"),
|
("Global.global.cfg", "empty"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue