Skip to content

Commit

Permalink
new ideas 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 29, 2025
1 parent 882164e commit 0661bfb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TestData(TypedDict):


class randomIdea(TypedDict):
name: str
name: str # now lets add something else


class TestItem(TestData):
Expand Down
16 changes: 16 additions & 0 deletions python_files/vscode_pytest/abc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Baseline
```yaml
# foo
```

# Indented
```yaml
# foo
```

# Bullet point
* ```yaml
# foo
```

## heading <3
Empty file added s/d/a.json
Empty file.

0 comments on commit 0661bfb

Please sign in to comment.