Skip to content

Commit 0661bfb

Browse files
committed
new ideas 2
1 parent 882164e commit 0661bfb

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

python_files/vscode_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestData(TypedDict):
3636

3737

3838
class randomIdea(TypedDict):
39-
name: str
39+
name: str # now lets add something else
4040

4141

4242
class TestItem(TestData):

python_files/vscode_pytest/abc.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Baseline
2+
```yaml
3+
# foo
4+
```
5+
6+
# Indented
7+
```yaml
8+
# foo
9+
```
10+
11+
# Bullet point
12+
* ```yaml
13+
# foo
14+
```
15+
16+
## heading <3

s/d/a.json

Whitespace-only changes.

0 commit comments

Comments
 (0)