Create a tox config for automating tests for different Python versions.
To use: sudo pip install tox tox
This commit is contained in:
@@ -58,9 +58,6 @@ class SleekTest(unittest.TestCase):
|
||||
unittest.TestCase.__init__(self, *args, **kwargs)
|
||||
self.xmpp = None
|
||||
|
||||
def runTest(self):
|
||||
pass
|
||||
|
||||
def parse_xml(self, xml_string):
|
||||
try:
|
||||
xml = ET.fromstring(xml_string)
|
||||
|
Reference in New Issue
Block a user