You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: