Skip to content

TechGuyVN/hw-test-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.8%
  • Swift 17.1%
  • Makefile 15.1%