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