Skip to content

logileifs/testindicator

Repository files navigation

Test Indicator

A test runner and indicator applet for Ubuntu
Runs your tests while you write code

Previews

alt tag

Installation

testindicator is now available as a python package

$ sudo pip install testindicator

Usage

Configuration

Only thing you need to do is create a test.yml file in your project root and put in it
test: executable_command (where executable_command is a bash executable command to run your tests)
For more configuration options or an example see the sample file

Run

Then run test_indicator with project directory as argument:
$ testindicator /home/user/path/to/project
or just
$ testindicator
it will ask you for the path to the project you are working on

About

A test runner and indicator applet for Ubuntu

Resources

Stars

Watchers

Forks

Packages

No packages published