-
-
Notifications
You must be signed in to change notification settings - Fork 28
Print debug information for failed testcase. #12
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
Conversation
What's the new look of the submit result message? My last commit has a test case fail, working on it. |
The test case input or output or stdout data sometimes will be so big that the toast is not able to hold. If it can, I think we need a better format or even a better container to display the whole information rather than just simply put them into the toast. |
Just consolidated some old commits. I agree. Sometimes those text can be large. What format do you suggest? |
I suggest a well structured urwid view, each section has a fixed size and for oversized contends user can scroll to view the whole content. The view could be a overlay view or we can just append the result view to the bottom of the detail view just like leetcode webpage does. |
663cf26
to
b799c2e
Compare
Somehow the test is failing. and |
Sorry for delay, I was out for a meeting this whole week. Test depends on two mock library, mock and requests-mock, both for python 2.7. I haven't tried 2.7.6 but my python version is 2.7.13. Please use pip to install these two packages. You could run test by command 'make test', you could refer to Makefile for information of the command. |
Closing since it seems you have a better solution. |
No description provided.