Skip to content

Commit

Permalink
added __main__ clause
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Feb 4, 2016
1 parent ae453aa commit c581d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/test_file_pcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ def test_load_raw(self):
#target = hopper().resize((768,512))
#self.assert_image_similar(im, target, 10)


if __name__ == '__main__':
unittest.main()

0 comments on commit c581d8a

Please # to comment.