/testup-2

TestUp 2 for SketchUp

Primary LanguageCMIT LicenseMIT

TestUp 2 for SketchUp

Requirements

  1. SketchUp 2014 or newer.

TODO

Add support for spec style Add a better way to have it reload code on run

Updating Submodule

If you need to get a newer version of SKUI for this project

'''git submodule foreach git pull origin master'''

Setup for Contributing

  1. Fork the project to your own GitHub account. This is important so that we can do code review on changes done. No not push directly to the main repository.

  2. Clone your fork to your computer.

  3. Add a helper Ruby file in your Plugins folder:

# load_testup.rb
# This adds the source directory to Ruby's search path and
# loads TestUp 2.
$LOAD_PATH << "C:/Users/YourUserName/Documents/testup-2/src"
require "testup.rb"

Credits

Thanks to Mark James for making his excellent icon set "Silk" available. Portions of the set is used in this project. Some file names has been renamed and some icons where mixed to create new status indicators for test result. http://www.famfamfam.com/lab/icons/silk/

License

The MIT License (MIT)

See the LICENSE file for details.