test_DAVDuct module

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

Bases: unittest.case.TestCase

Test that the widget DAVDuct behave like it should

setUp()[source]

Run at the begining of every test to setup the gui

classmethod setUpClass()[source]

Start the app for the test

classmethod tearDownClass()[source]

Exit the app after the test

test_init_circ()[source]

Check that the Widget initialise for circular ventilations

test_init_trap()[source]

Check that the Widget initialise for polar ventilations

test_init_polar()[source]

Check that the Widget initialise for polar ventilations

test_init_all_type()[source]

Check that you can combine several kind of ventilations

test_add_circ()[source]

Test that you can add circ ventilation

test_remove_circ()[source]

Test that you can remove circ ventilation