StubProject
#
- class ansys.scade.pyalmgw.stub.StubProject(path: pathlib.Path | None = None, **kwargs)#
Bases:
ansys.scade.pyalmgw.documents.ReqProject
Stubs the
ReqProject
class for unit testing and example.
Overview#
Merge the traceability deltas from a cache file (ALMGT). |
Import detail#
from ansys.scade.pyalmgw.stub import StubProject
Method detail#
- StubProject.merge_links(file: pathlib.Path)#
Merge the traceability deltas from a cache file (ALMGT).
The links are either created or deleted.
- Parameters:
- file
Path
Input ALMGT file.
- file