gaphas/tests/test_connector.py

8 lines
130 B
Python
Raw Normal View History

from gaphas.connector import Handle
2017-05-18 22:13:31 -04:00
def test_handle_x_y():
h = Handle()
2019-05-23 22:14:27 +02:00
assert 0.0 == h.pos.x
assert 0.0 == h.pos.y