Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 17, 2017
1 parent ebfaf67 commit dcdfa19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ def test_empty_prepare(self):
a._prepare(ManagerModel)
self.assertEquals(a.unique_values, {})

def test_prepare(self):
'''low level prepare step, done by ModelBase'''
a= SimpleManager()
a._prepare(ManagerModel)
self.assertEquals(a.unique_values, {})

def test_scan(self):
a = [
["hello", "world"],
Expand Down

0 comments on commit dcdfa19

Please sign in to comment.