init
This commit is contained in:
7
tests/test_vector.py
Normal file
7
tests/test_vector.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from vector import Vector
|
||||
|
||||
|
||||
def test_vector():
|
||||
v = Vector.fromargs(1, 2)
|
||||
print(v)
|
||||
print(-v)
|
Reference in New Issue
Block a user