Skip to content
Snippets Groups Projects
Commit cecbe207 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

run-tests: implement Test._testMethodName

This methods is needed internally by utilities like __repr__. I do not see any
harm in having it declared. Any actual attempt to use it to call a test would
crash, but at least random debug print in the test runner will no longer crash.

Another approach would have been to redefine the __repr__ function, but I think
it a good thing to have some respect for the base class API.
parent fc92ccbb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment