mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 11:21:37 +00:00
If another file anywhere in `unit_tests` sets `langchain.verbose = True`, it messes up all of the tests that check for no callbacks because the `None` for verbose gets overridden by the global verbosity flag. By explicitly setting it in unit tests, we bypass that potential issue