Skip to content

No module named 'opentap' #114

Description

@divyanshugit

I'm trying to walk through OpenTap Examples But I'm getting No module named 'opentap' error.

fromopentapimport*fromSystemimportInt32importOpenTap@attribute(OpenTap.Display("Example Test Step", "Test Step Description", "Examples"))classExampleTestStep(TestStep):
StepSetting=property(Int32, 10).add_attribute(OpenTap.Display("Step Setting"))
def__init__(self):
super().__init__()
defRun(self):
self.log.Info("Running Test Step")
self.UpgradeVerdict(OpenTap.Verdict.Pass)

@rmadsen-ks Any sort of help/guidance over here will be great. I've already finished setting up tap|.NET and the requirements mentioned on the page. and I've also installed the Python package using tap package install PythonExamples && tap package install Python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions