Remove TestCase export
This commit is contained in:
parent
9ab9026d75
commit
e110e18841
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from nose.plugins.skip import SkipTest
|
|||
from weboob.core import Weboob
|
||||
|
||||
|
||||
__all__ = ['TestCase', 'BackendTest']
|
||||
__all__ = ['BackendTest']
|
||||
|
||||
|
||||
class BackendTest(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue