test_SMagnet_surface module

class TestSMagnet_surface[source]

Bases: object

Test that the widget SMagnet behave like it should (for SPMSM)

setup()[source]

Run at the begining of every test to setup the gui

test_init(setup)[source]

Check that the GUI initialize correctly

test_set_material(setup)[source]

Check that you can change the material

test_Magnet_Type_10_surface(setup)[source]

Check that the Widget is able to set surface Magnet type 10

test_Magnet_Type_11_surface(setup)[source]

Check that the Widget is able to set surface Magnet type 11

test_Magnet_Type_12_surface(setup)[source]

Check that the Widget is able to set surface Magnet type 12

test_Magnet_Type_13_surface(setup)[source]

Check that the Widget is able to set surface Magnet type 13

test_Magnet_Type_14_surface(setup)[source]

Check that the Widget is able to set surface Magnet type 14

pytestmark = [Mark(name='GUI', args=(), kwargs={})]