Skip to content
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

Testrunner collapsable errors #1

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

eric-gilbertson
Copy link
Owner

Update per comments from annon:

  • use LC names for locals
  • comment out unused code

Note: testrunner.go does not follow all the recommendations in the Go formatting guidelines, e.g. local variable names should be sort. Please be specific if there are any additional formatting issues.

eric gilbertson added 4 commits March 29, 2015 18:26
    - tweak default margins for more compact layout
    - store open/close state in local storage
    - restore open/close state on page refresh
Improve error reporting on test runner page:
   - display condensed error msg, e.g panic msg and file/line #
   - hide extended error display, e.g. strack trace and error info
   - toggle display of extended display when error summary is clicked
   - reduce width of right col to provide more space for error msg
   - clear error display when test is run
  - make sorting interface private
  - make local string constants LC
  - comment out unused code
@eric-gilbertson
Copy link
Owner Author

Hello Guys,

Are you interested in additional test page enhancements? I was going to submit a few more changes, e.g. automatically open the panel when clicking on the scroll to error link if it is not visible, but since my previous request was not accepted I'm not sure that you are interested in any additional changes. Please let me know if this is incorrect.

Regards,

Eric G

   * test suite panel is opened if it is closed and there is an error
   * vertically center the "Run All Tests" button
   * remove some log messages
   * increase size of Run button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant