()
| 136 | |
| 137 | |
| 138 | def test_datetime(): |
| 139 | test_iso8601() |
| 140 | test_parse8601() |
| 141 | test_parse_date() |
| 142 | # @SKIP_START_GO |
| 143 | test_ymd() |
| 144 | test_ymdhms() |
| 145 | # @SKIP_END_GO |
| 146 | test_microseconds() |
| 147 | test_milliseconds() |
| 148 | test_seconds() |
| 149 | test_yymmdd() |
| 150 | test_yyyymmdd() |
no test coverage detected
searching dependent graphs…