Skip to content

AutoTDD with Travis-CI Support for Squeak

License

Notifications You must be signed in to change notification settings

leon-schi/AutoTDD

 
 

Repository files navigation

AutoTDD with Travis-CI Support

Build Status

Installation

  1. Make sure you have metacello-work installed.
  2. Load the project with:
Metacello new
  baseline: 'AutoTDD';
  repository: 'github://hpi-swa-teaching/AutoTDD:master/packages';
  onConflict: [:ex | ex allow];
  load

Now you can open the Test Auto Runner via Apps.

Customizations

If the AutoTDD folder is present in your Resources folder, you can use the following commands to reload AutoTDD's images and sounds into your image:

ATDDImageProvider new generateImageMethods.
ATDDSoundPlayer new generateSoundMethods

Documentation

Documentation

HTTPS Requests to Travis

About

AutoTDD with Travis-CI Support for Squeak

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 99.2%
  • Other 0.8%