Closed
Description
In 3.10 version python have introduced new type of keywords such as soft
.
There's no tests for it, so i decided to write it =)
Follows issue at typeshed about typehints of kwlist
& softkwlist
, we have came to conclusion to use assertSequenceEqual
in test_keywords_are_sorted
instead of assertListEqual
.