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:
Ghostkeeper 2017-03-24 12:01:23 +01:00
parent 4215ba3ce7
commit 86a1d3eb10
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -47,6 +47,8 @@ def readStack(filename):
serialized = file_handle.read()
return serialized
#############################START OF TEST CASES################################
## Tests whether the user changes are being read properly from a global stack.
@pytest.mark.parametrize("filename, user_changes_id", [
("Global.global.cfg", "empty"),