mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Stylistic update.
This commit is contained in:
parent
e828c3350e
commit
d1e049cb04
@ -57,8 +57,9 @@ class PythonTestCase(PluginTestCase, PluginDocumentation):
|
|||||||
self.assertNotError('zen')
|
self.assertNotError('zen')
|
||||||
|
|
||||||
def testAspnRecipes(self):
|
def testAspnRecipes(self):
|
||||||
self.assertRegexp('http://aspn.activestate.com/ASPN/Cookbook/Python/'\
|
self.assertRegexp('http://aspn.activestate.com/ASPN/Cookbook/Python/'
|
||||||
'Recipe/230113', 'Implementation of sets using sorted lists')
|
'Recipe/230113',
|
||||||
|
'Implementation of sets using sorted lists')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user