from vector import Vector def test_vector(): v = Vector.fromargs(1, 2) print(v) print(-v)