Skip to content

AttributeError: module 'testlink' has no attribute 'TestLinkHelper' #2

@ashakn-murthy

Description

@ashakn-murthy

Hi,

I used your updater.py file to integrate with my Robot Framework output.xml file parsing. I get the following error .

I am using Python3 version. I edited the xmlrpclib to xmlrpc.client as it was giving error for Python 3 .

python Updater.py -p "TestProject" -t "TestPlan1" -f "Chrome" -b "Build1" --file output.xml
Traceback (most recent call last):
File "Updater.py", line 183, in
testlink_feeder = TestlinkFeeder(args.project, args.testplan, args.platform, args.build)
File "Updater.py", line 128, in init
self.robotI = RobotI()
File "Updater.py", line 18, in init
tl_helper = testlink.TestLinkHelper()
AttributeError: module 'testlink' has no attribute 'TestLinkHelper'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions