crutest

Version, currently master branch1 version
  • master branchlatestSep 27, 2015

github.com/tommasop/crutest

Isolated tests in Crystal. Port of Cutest

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crutest:
    github: tommasop/crutest
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT

Dependencies

Runtime Dependencies

  • crclap*github: tommasop/crclap, branch: master

README

# Crutest a cutest clone

Cutest is a very nice library from @djanowski https://github.com/djanowski/cutest

for isolated tests in ruby.

I'm porting it to crystal to have the basic block to port and test some more
ruby gems.