celestiaorg / go-cnc

celestia-node REST client in Go.
Apache License 2.0
15 stars 8 forks source link

Handle interrupt signals in tests #17

Open tzdybal opened 2 years ago

tzdybal commented 2 years ago

To enable gentle cleanup in case of interrupt (Ctrl+C), signal handler should be added to tests (setup method).