test_Circle_meth (method)

class Test_Circle_meth[source]

Bases: object

Unittest for Class Circle

test_comp_length(test_dict)[source]

Check that you can compute the circle length

test_rotate_fail()[source]

Check that the rotate method can detect a wrong arg

test_rotate(test_dict)[source]

Check that you can rotate a circle

test_translate_fail()[source]

Check that the translate method can detect a wrong arg

test_translate(test_dict)[source]

Check that you can translate a circle

test_get_lines(test_dict)[source]

Check that you get the correct lines to draw the circle

test_discretize(test_dict)[source]

Check that you can discretize the circle