0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
dead simple fork based test server
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

 Project Readme

test_server

dead simple fork based test server

Description

test_server is a generic tool that lets you quickly build an ad-hoc Ruby workflow efficiently. It provides you with a server/client model where the client instructs the server on which files to load. The server will fork off a new child process which load those files and then the server will listen for more instructions. The most common use case for this is for testing, but it also could be used for compiling or other tasks

Usage

gem install "test_server_rb"
test_server --serve

# in another process
test_server --test test/unit/hello.rb