bartavelle / language-puppet

A library to work with Puppet manifests, test them and eventually replace everything ruby.
BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

Consolidate all tests into one cabal test-suite #238

Closed PierreR closed 6 years ago

PierreR commented 6 years ago

I will shortly commit a change that starts doing this. I have been bitten a couple of times by a green test line not realizing it was failing at the top scrolling part of the terminal.

I am creating this issue to discuss these changes along.

bartavelle commented 6 years ago

Yeah, that certainly would make it integrate better with things like "stack test".

PierreR commented 6 years ago

About test-suite erbparser it does not seem to do anything at least when it is run with stack test ? Shall we keep it after adding some inputs or shall we remove it ?

PierreR commented 6 years ago

First pass with 4a0dec1

bartavelle commented 6 years ago

When the args are null it should probably try parsing some test erb, yes.