Skip to content

Commit

Permalink
got rid of references to removed liberty functions in test_liberties
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongu committed Mar 10, 2016
1 parent b66f8e7 commit e81d319
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_liberties.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ def setUp(self):

self.syms = self.s.symmetries()

def test_lib_count(self):
self.assertEqual(self.s.liberty_count((5,5)), 2)
print("liberty_count checked")

def test_lib_pos(self):
self.assertEqual(self.s.liberty_pos((5,5)), [(6,5), (5,4)])
print("liberty_pos checked")

def test_curr_liberties(self):
self.assertEqual(self.s.liberty_counts[5][5], 2)
self.assertEqual(self.s.liberty_counts[4][5], 8)
Expand Down

0 comments on commit e81d319

Please sign in to comment.