drashland / rhum

A test double library
https://drash.land/rhum
MIT License
91 stars 6 forks source link

Rhum v2.0 #73

Closed crookse closed 3 years ago

crookse commented 3 years ago

Closes #75

About

Usage

Clone the repo.

git clone https://github.com/drashland/rhum.git
git checkout rhum-cli

Install Rhum.

deno install --allow-read --allow-run -f ./cli.ts

Display help menu.

rhum [SUBCOMMAND] [OPTIONS|DENO FLAGS] [dir/test file]

Features

Substitutions

Removes

Chores

Example output

CI output

Screen Shot 2020-10-17 at 09 36 04

Local output (with error and actual/expected diff)

Screen Shot 2020-10-22 at 09 23 07

ebebbington commented 3 years ago

@crookse not sure if you were aware but the windows tests essentially timed out, something hanged and GH's vm gave up after 360 minutes

crookse commented 3 years ago

LOL 360 minutes. dang. ok. gonna have to look into that.

crookse commented 3 years ago

opening a rhum-v2 branch PR and closing this one

crookse commented 3 years ago

see #110