mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Swap network stuff to be inside the class.
This commit is contained in:
parent
7a3be8a8e5
commit
ec3a76c607
@ -31,9 +31,9 @@
|
|||||||
|
|
||||||
from testsupport import *
|
from testsupport import *
|
||||||
|
|
||||||
if network:
|
class EbayTest(ChannelPluginTestCase):
|
||||||
class EbayTest(PluginTestCase, PluginDocumentation):
|
|
||||||
plugins = ('Ebay',)
|
plugins = ('Ebay',)
|
||||||
|
if network:
|
||||||
def testAuction(self):
|
def testAuction(self):
|
||||||
self.assertNotError('auction 3053641570')
|
self.assertNotError('auction 3053641570')
|
||||||
# test 'Invalid Item' checking
|
# test 'Invalid Item' checking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user