test_save_load_matlib module

class test_save_load_matlib(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test that the widget DMachineSetup and DMatLib can save/load the MatLib (old and new)

setUp()[source]

Run at the begining of every test to create the workspace

teardown()[source]

Delete the workspace at the end of the tests

classmethod setUpClass()[source]

Start the app for the test

classmethod tearDownClass()[source]

Exit the app after the test

test_load_save_several_file()[source]

Check that you can load/save several machine files

compare_file(file_path1, file_path2)[source]