tests: Use the Python SkipTest if possible
This makes nosetests optional at least in theory. Recent nose versions already do the same thing internally.
This commit is contained in:
parent
6429662e55
commit
0283597283
7 changed files with 18 additions and 16 deletions
|
|
@ -18,9 +18,9 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import itertools
|
||||
from nose.plugins.skip import SkipTest
|
||||
from weboob.tools.test import BackendTest
|
||||
|
||||
from weboob.capabilities.base import BaseObject
|
||||
from weboob.tools.test import BackendTest, SkipTest
|
||||
|
||||
|
||||
class TwitterTest(BackendTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue