Skip to content

The goal of SmartTest is to provide to the developers the list of tests they should run after they modify their code. With this plugin installed, developers will save time and will develop in a better way (hopefully).

License

Notifications You must be signed in to change notification settings

badetitou/SmartTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartTest

Master: Master Development: development

What is SmartTest ?

SmartTest is a plugin developed in Pharo. It is an Add-On for Quality Assistant by Yuriy Tymchuk and provides new rules and critiques. But it has also is own implementation of feedback about testing

The goal of SmartTest is to provide to the developers the list of tests they should run after they modify their code. With this plugin installed, developers will save time and will develop in a better way (hopefully).

Installation

The complete presentation is available here.

Development version

Evaluate this code in a Playground to load the SmartTest development version:

Metacello new
  baseline: #SmartTest;
  githubUser: 'badetitou' project: 'SmartTest' commitish: 'development' path: '.';
  onWarningLog;
  load

About

The goal of SmartTest is to provide to the developers the list of tests they should run after they modify their code. With this plugin installed, developers will save time and will develop in a better way (hopefully).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •