ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Write tests for repo-report #16

Closed thehanimo closed 3 years ago

thehanimo commented 3 years ago

Look at various tools we can use

sladyn98 commented 3 years ago

Yeah it would be great to have them later run as automated tests

ljharb commented 3 years ago

I'd prefer https://npmjs.com/tape, for a number of reasons, but one of them is that i maintain it so i know it can work :-)

for the cli part, i'd usually use tape, child_process, and assert on stderr/stdout/exit code, but i'm open to alternatives here.

ljharb commented 3 years ago

This is done.