Commit 7a68568
fix: remove incorrect skipif and add missing edge case tests
- Remove skipif on test_nanosecond_precision_with_timezone — after
truncation the string is valid on Python 3.10
- Add test_nanosecond_precision_with_z_suffix (combined Z + truncation)
- Add test_trailing_dot_raises (malformed fractional seconds)
- Remove unused sys import
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3d513b4 commit 7a68568
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments