MCPcopy Create free account
hub / github.com/dbcli/mycli / FakeAwareDatetime

Class FakeAwareDatetime

test/pytests/test_special_utils.py:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247def test_get_local_timezone_returns_tzname(monkeypatch) -> None:
248 class FakeAwareDatetime:
249 def tzname(self) -> str:
250 return 'EDT'
251
252 class FakeDatetime:
253 @staticmethod

Callers 1

astimezoneMethod · 0.85

Calls

no outgoing calls

Tested by 1

astimezoneMethod · 0.68