Skip to content

Real-time feedback loop for any testing environment in any language

License

Notifications You must be signed in to change notification settings

colorfulfool/test_with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-with watches your current directory and runs the command you specify every time something is changed. I find it valuable because...

test-with truffle test will display real-time results of your Ethereum app test suite

test-with rails test will display real-time results of your Rails app test suite

test-with rails test test/controllers will display real-time results of your controllers tests

test-with ruby letter_test.rb will display real-time results of the Ruby test file

test-with python tests.py will display real-time results of the Python test file

test-with git status will display real-time list of changes in the directory

Installation

Run in your terminal

gem install test_with

Usage

See above, the very top.

License

The gem is available as open source under the terms of the MIT License.

About

Real-time feedback loop for any testing environment in any language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published