Project

test_with

0.0
No commit activity in last 3 years
No release in over 3 years
Autotest but for any language and test environment
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

>= 0
 Project Readme

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.