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 <mfie...@paladin-sys.com> wrote:
> 
> # 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):
>         return [True,False]
>  
>  
> # Shouldn’t the first instance be named?
> class Test_CollectionsBoolSet(Test_CollectionsSetBase):
>  
> It causes issues for the python3.6.4 running on Windows 10
>  
>  
>  

Reply via email to