Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattangus committed Aug 9, 2024
1 parent b30ee2b commit 986b3a6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions mypy/test/teststubgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1542,17 +1542,3 @@ def module_to_path(out_dir: str, module: str) -> str:
if os.path.exists(alt_fnam):
return alt_fnam
return fnam


def main():
suite = StubgenUtilSuite()
suite.test_infer_sig_from_docstring_invalid_signature()
suite.test_infer_sig_from_docstring()
suite.test_infer_sig_from_docstring_bad_indentation()
suite.test_infer_sig_from_docstring_duplicate_args()
suite.test_infer_sig_from_docstring_deeply_nested_types()
suite.test_infer_sig_from_docstring_multiple_overloads()


if __name__ == "__main__":
main()

0 comments on commit 986b3a6

Please sign in to comment.