fedimint / fedimint-clientd

MIT License
13 stars 14 forks source link

Wrapper tests & just test-all #28

Open Kodylow opened 4 months ago

Kodylow commented 4 months ago

All the wrappers have a test file that runs through all the exposed methods for the wrapper in all the modules.

just test-all should run the typescript, both python, and golang tests in parallel and only exit/log if there's a failure. It should suppress all the passing logs or just show which tests passed/failed, and only log the failures.

This would require updating the test files, changing their log levels to optionally suppress parts of it, and making a new test-all.sh script.