Skip to content

jbodah/test_server_rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🍴 dead simple fork based testing server

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published