Skip to content
Snippets Groups Projects

Add unit tests for imported products

Merged Karel van Klink requested to merge feature/add-tests-for-imported-products into develop
All threads resolved!
9 files
+ 105
2
Compare changes
  • Side-by-side
  • Inline
Files
9
import pytest
from orchestrator.types import SubscriptionLifecycle
from products import ProductName
from gso.products import ProductName
from gso.products.product_blocks.iptrunk import IptrunkType, PhysicalPortCapacity
from gso.products.product_types.iptrunk import ImportedIptrunk
from test.workflows import (
Loading