Skip to content

Instantly share code, notes, and snippets.

@AlexWaygood
Forked from dcreager/path-in-comment.md
Last active January 24, 2025 19:42
Show Gist options
  • Save AlexWaygood/07e241ca872f2e78eba22f77c5492101 to your computer and use it in GitHub Desktop.
Save AlexWaygood/07e241ca872f2e78eba22f77c5492101 to your computer and use it in GitHub Desktop.
mdtest file path bikeshedding

Here is my test suite.

# PATH: mod.pyi

def get_foo() -> Foo: ...
class Foo: ...
# PATH: foo/__init__.py
# PATH: foo/bar.py

class Bar: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment