carbon-io / carbond

MIT License
2 stars 5 forks source link

Service test verbosity #279

Closed tfogo closed 6 years ago

tfogo commented 6 years ago

I've been doing a lot of testing over the past few days. I'd love a command arg to change the service verbosity in ServiceTest. So you can run something like node test/ContactServiceTest.js -v trace.

I made a POC on the tf-service-test branch here: https://github.com/carbon-io/carbond/blob/tf-service-test/lib/test/ServiceTest.js

There are a bunch of different ways to implement this more cleanly. But would we be happy adding this feature?

willshulman commented 6 years ago

I think this is a duplicate. Will take a look.

willshulman commented 6 years ago

Duplicate of #129

tfogo commented 6 years ago

Ah cool