We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9588574 commit a111ba3Copy full SHA for a111ba3
1 file changed
tests/test_stubs.py
@@ -113,6 +113,10 @@ class Nested:
113
114
115
class Test_Py2StubTransformer:
116
+ # TODO Refactor so that there's less overlap between tests
117
+ # For many cases, the tests aren't very focused on only a single property.
118
+ # A change / fix might affect more tests than it should. Additionally,
119
+ # the tests are sensitive to non-meaningful whitespace.
120
121
def test_default_None(self):
122
# Appending `| None` if a doctype is marked as "optional"
0 commit comments