Made tests folder importable. Cleaned up tests.

This commit is contained in:
Juan Pablo Caram
2015-11-01 18:07:52 -05:00
parent 051b82009d
commit 24f5ee0d0d
3 changed files with 8 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ class PaintConnectTest(PaintTestCase):
self.assertEqual(len(result), 1)
self.plot_summary_A(paths, tooldia, result, "WALK expected.")
# self.plot_summary_A(paths, tooldia, result, "WALK expected.")
def test_no_jump1(self):
print "Test: FLY Expected"
@@ -116,7 +116,7 @@ class PaintConnectTest(PaintTestCase):
self.assertEqual(len(result), len(paths))
self.plot_summary_A(paths, tooldia, result, "FLY Expected")
# self.plot_summary_A(paths, tooldia, result, "FLY Expected")
def test_no_jump2(self):
print "Test: FLY Expected"
@@ -138,7 +138,7 @@ class PaintConnectTest(PaintTestCase):
self.assertEqual(len(result), len(paths))
self.plot_summary_A(paths, tooldia, result, "FLY Expected")
# self.plot_summary_A(paths, tooldia, result, "FLY Expected")
class PaintConnectTest2(PaintTestCase):
@@ -172,7 +172,7 @@ class PaintConnectTest2(PaintTestCase):
self.assertEqual(len(result), len(paths))
self.plot_summary_A(paths, tooldia, result, "FLY Expected")
# self.plot_summary_A(paths, tooldia, result, "FLY Expected")
class PaintConnectTest3(PaintTestCase):
@@ -205,7 +205,7 @@ class PaintConnectTest3(PaintTestCase):
self.assertEqual(len(result), 1)
self.plot_summary_A(paths, tooldia, result, "WALK Expected")
# self.plot_summary_A(paths, tooldia, result, "WALK Expected")
if __name__ == '__main__':