sodascourse / hw-test-loader

A loader used for testing homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A loader used for testing homework

License:Apache License 2.0


Languages

Language:Ruby 67.7%Language:Swift 17.1%Language:Makefile 15.1%