mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add the data to the tests.
This commit is contained in:
parent
b149ef57fd
commit
c0985bec2a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ test_upgrade_version_nr_data = [
|
|||
]
|
||||
|
||||
## Tests whether the version numbers are updated.
|
||||
@pytest.mark.parametrize("test_name, file_data", test_upgrade_version_nr_data)
|
||||
def test_upgradeVersionNr(test_name, file_data, upgrader):
|
||||
#Perform the upgrade.
|
||||
_, upgraded_instances = upgrader.upgradePreferences(file_data, "<string>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue