Re: Unit Test Question - test_Collections.py

2018-02-10 Thread Andi Vajda
Yes, that looks like a copy/paste error indeed. Thank you for reporting this. Andi.. > On Feb 10, 2018, at 14:52, Milo H. Fields III wrote: > > # pylucene-7.2.0\test3\test_Collections.py > # line 109 > class Test_CollectionsBoolList(Test_CollectionsSetBase): > >

Unit Test Question - test_Collections.py

2018-02-10 Thread Milo H. Fields III
# pylucene-7.2.0\test3\test_Collections.py # line 109 class Test_CollectionsBoolList(Test_CollectionsSetBase): def createTestSet(self): return set([True,False]) # then at line 248 class Test_CollectionsBoolList(Test_CollectionsListBase): def createTestList(self):