Move tests to a subdirectory
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-03-10 12:33:00 +01:00
parent 76aff48b34
commit a94c5f9840

View File

@@ -6,3 +6,4 @@ def test_init():
pnt = point.Point(10, 20)
assert pnt.get_x() == 10
assert pnt.get_y() == 20