Files
swift/test/unit/common/test_statsd_client.py
Alistair Coles 7d3a32d107 tests: relocate some logging related unit tests
The Related-Changes moved logging and statsd components into new
modules and decoupled statsd from the logs module. This patch attempts
to re-locate the related unit tests to appropriate modules.

* tests for utils functions such as get_logger should be in
  test_utils.py.

* tests for log functions such as get_swift_logger should be in
  test_logs.py.

* tests for statsd client functions should be in
  test_statsd_client.py.

* tests related to patching a SwiftLogAdapter with a StatsdClient
  interface should be in test_utils.py.

Change-Id: I3a677bb67c5700da48f89c847f652b4610ba47c2
Related-Change: I44694b92264066ca427bb96456d6f944e09b31c0
Related-Change: I8988c0add6bb4a65cc8be38f0bf527f141aac48a
Related-Change: Ie73988edf6be0e38d9004bee04ff46c906a759ff
Related-Change: I5ae2cc5c257fb8d7eab885977d9d9cf602224ec7
Related-Change: I4b5b12a3b0288b696a39903264741bc862a94ad7
Related-Change: Ic4b5005e3efffa8dba17d91a41e46d5c68533f9a
2025-01-07 10:22:44 -05:00

26 KiB