File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ and this project adheres to
2929- Fix leaked file handles in tests using context managers ([ b66a6f5] , [ #25 ] )
3030- Fix ` Decimal.normalize() ` stripping trailing zeros, breaking round-trip
3131 serialization; add regression test ([ 28c76f1] , [ 0130743] , [ #28 ] )
32+ - Add return type annotations to test functions for mypy compliance
33+ ([ cd74b55] , [ #43 ] )
3234- Fix typo in test name: ` test_l9events_form_ip4scout ` ->
3335 ` test_l9events_from_ip4scout ` ([ 0d8736e] , [ #27 ] )
3436
@@ -154,6 +156,7 @@ and this project adheres to
154156
155157<!-- Commit links -->
156158
159+ [ cd74b55 ] : https://github.com/LeakIX/l9format-python/commit/cd74b55
157160[ 0130743 ] : https://github.com/LeakIX/l9format-python/commit/0130743
158161[ 28c76f1 ] : https://github.com/LeakIX/l9format-python/commit/28c76f1
159162[ b66a6f5 ] : https://github.com/LeakIX/l9format-python/commit/b66a6f5
@@ -230,3 +233,4 @@ and this project adheres to
230233[ #33 ] : https://github.com/LeakIX/l9format-python/issues/33
231234[ #25 ] : https://github.com/LeakIX/l9format-python/issues/25
232235[ #35 ] : https://github.com/LeakIX/l9format-python/issues/35
236+ [ #43 ] : https://github.com/LeakIX/l9format-python/issues/43
You can’t perform that action at this time.
0 commit comments