/hw-test-loader

A loader used for testing homework

Primary LanguageRubyApache License 2.0Apache-2.0

Homework Test Loader

Usage

  1. It's recommended to have a local installed Ruby instead of using OS X's ruby. Check homebrew
  2. Clone this repository
  3. Run make command

Make Commands

Homework # Command
Homework 1 make homework1 path=[PATH_TO_YOUR_PROJECT] scheme=[SCHEME]

For example:

make homework1 path=/Users/sodas/Desktop/hw1 scheme=Calculator

The path is where you save your xcode project. And the scheme is the name next to the run button of Xcode.

NOTE

We use Xcodeproj to inject test code and scan to run test.