Reenable the move test

This commit is contained in:
Stephan Kulow 2019-11-26 15:56:00 +01:00
parent 094b5d1bf7
commit 13238d280f

View File

@ -8,7 +8,6 @@ from osclib.conf import Config
from osclib.stagingapi import StagingAPI
from lxml import etree as ET
from mock import MagicMock
from nose.tools import nottest
from . import OBSLocal
class TestApiCalls(OBSLocal.TestCase):
@ -230,7 +229,6 @@ class TestApiCalls(OBSLocal.TestCase):
self.wf.api._fetch_project_meta = MagicMock(return_value=body)
@nottest # TODO
def test_move(self):
"""Test package movement."""