mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
Rewrite ModuleBuild methods to get all streams and all builds using the latest version, not build id.
This commit is contained in:
@@ -18,16 +18,19 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
|
||||
from datetime import datetime
|
||||
import hashlib
|
||||
|
||||
import gi
|
||||
gi.require_version('Modulemd', '1.0') # noqa
|
||||
from gi.repository import Modulemd
|
||||
from mock import patch
|
||||
import pytest
|
||||
|
||||
import module_build_service.utils
|
||||
from module_build_service import models, conf
|
||||
from tests import (db, clean_database)
|
||||
from datetime import datetime
|
||||
import hashlib
|
||||
from mock import patch
|
||||
import pytest
|
||||
|
||||
|
||||
class TestUtilsModuleStreamExpansion:
|
||||
|
||||
Reference in New Issue
Block a user