Navigation Menu

Skip to content

szabgab/test-snapshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Test::Snapshots allows you to test any executable without
caring what languages it has been written in.
It only cares about what it prints to the standard output 
and error.

The module integrates well with the Test::Simple/Test::More world
as it is using Test::Builder as a back-end.

Installation:

   perl Makefile.PL
   make
   make test
   make install

About

Testing any executable by checking it standard output and standard error

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages