MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_windows_timezone

Function test_windows_timezone

tests/tz/test_local_timezone.py:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36@pytest.mark.skipif(sys.platform != "win32", reason="Test only available for Windows")
37def test_windows_timezone():
38 timezone = _get_windows_timezone()
39
40 assert timezone is not None
41
42
43@pytest.mark.skipif(

Callers

nothing calls this directly

Calls 1

_get_windows_timezoneFunction · 0.90

Tested by

no test coverage detected