Skip to content

py3 - testlinkapigeneric_online_test under py27 - test_testLinkVersion raise AttributeError: 'TestLinkAPIOnlineTestCase' object has no attribute 'assertRegex' #35

New issue

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

Closed
lczub opened this issue Nov 24, 2014 · 2 comments
Labels

Comments

@lczub
Copy link
Owner

lczub commented Nov 24, 2014

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'

----------------------------------------------------------------------
@kman0
Copy link

kman0 commented Nov 26, 2014

Fixed in #37

@lczub lczub added the bug label Dec 23, 2014
@lczub
Copy link
Owner Author

lczub commented Dec 23, 2014

finally fixed with 2b66e70

@lczub lczub closed this as completed Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants