We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In RF 7 the interface of TestLibrary has changed.
TestLibrary
Library pabot.SharedLibrary Process
causes:
[ ERROR ] Error in file '***' on line 2: Initializing library 'pabot.SharedLibrary' with arguments [ Process ] failed: TypeError: TestLibrary.__init__() got an unexpected keyword argument 'args' Traceback (most recent call last): File "***/.venv/lib/python3.12/site-packages/pabot/SharedLibrary.py", line 27, in __init__ self._lib = RemoteLibraryFactory(TestLibrary(name, args=args).get_instance()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: TestLibrary.__init__() got an unexpected keyword argument 'args'
It has changed from a factory method to a class... Ping @pekkaklarck
The text was updated successfully, but these errors were encountered:
Fix SharedLibrary import when not running pabot (mkorpela#598)
9c80aed
The following pull request fixes the issue: #600
Sorry, something went wrong.
No branches or pull requests
In RF 7 the interface of
TestLibrary
has changed.causes:
It has changed from a factory method to a class...
Ping @pekkaklarck
The text was updated successfully, but these errors were encountered: