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):
>
> def createTestSet(self):
>
# 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):