Skip to content

Commit a111ba3

Browse files
committed
Note TODO about improving Test_Py2StubTransformer
1 parent 9588574 commit a111ba3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_stubs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ class Nested:
113113

114114

115115
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.
116120

117121
def test_default_None(self):
118122
# Appending `| None` if a doctype is marked as "optional"

0 commit comments

Comments
 (0)