mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +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 *
|
||||
|
||||
if network:
|
||||
class EbayTest(PluginTestCase, PluginDocumentation):
|
||||
class EbayTest(ChannelPluginTestCase):
|
||||
plugins = ('Ebay',)
|
||||
if network:
|
||||
def testAuction(self):
|
||||
self.assertNotError('auction 3053641570')
|
||||
# test 'Invalid Item' checking
|
||||
|
Loading…
Reference in New Issue
Block a user