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):
>  
> 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
>  
>  
>  


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):

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

 

 

 



smime.p7s
Description: S/MIME cryptographic signature