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
Under py278, test_testLinkVersion in
raises AttributeError: 'TestLinkAPIOnlineTestCase' object has no attribute 'assertRegex'
====================================================================== ERROR: test_testLinkVersion (testlinkapigeneric_online_test.TestLinkAPIOnlineTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:/Projekte/git/TestLink-API-Python-client/test/utest-online\testlinkapigeneric_online_test.py", line 275, in test_testLinkVersion self.assertRegex(response, '\d*\.\d*\.\d*') AttributeError: 'TestLinkAPIOnlineTestCase' object has no attribute 'assertRegex' ----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Fixed in #37
Sorry, something went wrong.
finally fixed with 2b66e70
No branches or pull requests
Under py278, test_testLinkVersion in
raises AttributeError: 'TestLinkAPIOnlineTestCase' object has no attribute 'assertRegex'
The text was updated successfully, but these errors were encountered: