Skip to content

Commit

Permalink
add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Aug 18, 2024
1 parent b66c0bd commit 21baed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-data/unit/stubgen.test
Original file line number Diff line number Diff line change
Expand Up @@ -3641,8 +3641,10 @@ class B:
def quoteD() -> None:
'''raw with quotes\\"'''

[case testIncludeDocstringsInspectMode]
[case testIncludeDocstringsInspectMode-xfail]
# flags: --include-docstrings --inspect-mode

# TODO: --inspect mode doesn't explicitly match the functionality when writing the function call signatures.
class A:
"""class docstring

Expand Down

0 comments on commit 21baed9

Please sign in to comment.