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
Maybe just remove the print statements to make the tests cleaner. The error when the test fails with the name of the test should be enough in production.
Some tests, e.g.
python/tests/test_router_microservice.py
, are usingprint
statements to ease debugging on failure.It may be a good idea to replace them with proper logging.
(Though, personally I am not sure if there is much benefit from doing that for tests).
The text was updated successfully, but these errors were encountered: