# 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

 

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to