Skip to content
Snippets Groups Projects

WS-797: Polishing QA process

Merged Nathan Hertz requested to merge WS-797-set-request-state-using-version-state into main
1 unresolved thread
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -15,13 +15,14 @@
#
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
# pylint: disable=C0114, C0115, C0116, R0903
from __future__ import annotations
import pathlib
from typing import Dict, List
# pylint: disable=C0114, C0115, C0116, R0903
from workspaces.capability.helpers_interfaces import ParameterIF
from workspaces.products.schema_interfaces import FutureProductIF
from workspaces.system.schema import JSONSerializable
@@ -48,6 +49,9 @@ class CapabilityRequestIF(JSONSerializable):
def current_version(self):
raise NotImplementedError
def determine_state(self):
pass
class CapabilityVersionIF:
capability_request: CapabilityRequestIF
Loading