mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Added some smoketests. CURA-3297
This commit is contained in:
parent
ed23e6f5b2
commit
74059a82a5
2 changed files with 13 additions and 1 deletions
2
tests/Settings/TestCuraContainerRegistry.py
Normal file → Executable file
2
tests/Settings/TestCuraContainerRegistry.py
Normal file → Executable file
|
|
@ -75,4 +75,4 @@ def test_loadLegacyFileRenamed(container_registry):
|
|||
|
||||
assert not os.path.isfile(temp_file)
|
||||
new_filename = os.path.splitext(os.path.splitext(temp_file)[0])[0] + ".global.cfg"
|
||||
assert os.path.isfile(new_filename)
|
||||
assert os.path.isfile(new_filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue