testup-2 icon indicating copy to clipboard operation
testup-2 copied to clipboard

TestUp 2 for SketchUp - A GUI wrapper for running Minitest in SketchUp

Results 42 testup-2 issues
Sort by recently updated
recently updated
newest added

Scrolling down to select specific tests every time you restart SketchUp is a pain. Life would be better if we could type parts of the name of the tests in...

enhancement

Allow for customized command syntax to fit each editor. Add some knowledge of common editor to make it easier. **Sublime Text** https://www.sublimetext.com/docs/command-line http://www.sublimetext.com/docs/2/osx_command_line.html **Notepad++** http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Command_Line_Switches **TextMate** http://manual.macromates.com/en/using_textmate_from_terminal.html **Visual Studio** http://stackoverflow.com/questions/350323/open-a-file-in-visual-studio-at-a-specific-line-number...

enhancement

In the UI, in addition to the Select None and Select All, add Select Failed.

enhancement

The release should: - [ ] Attach the built RBZ as an artifact. - [ ] Have some means of including notable changes for the release. This doesn't necessarily reflect...

The following code in main will change the console output of Arrays when loaded: https://github.com/SketchUp/testup-2/blob/e32a68c5c02e2cbc3a924f40d4987faa05dbcc89/src/testup/console.rb#L53-L66 Without it loaded, `puts [1,2,3]` shows the following in the console: ``` 1 2 3...

When writing tests it's easy to for get to change the test name when copy+paste a test. Ruby doesn't complain about this. Investigate if it's possible to detect this by...

enhancement

> The following content is translated by machine from DeepL, please forgive if the language is not correct There are many asynchronous methods in SketchUp, such as UI::start_timer, HtmlDialog#add_action_callback, we...

question