Skip to content

Commit

Permalink
a new idea!
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 29, 2025
1 parent 92cc4ed commit afbcb05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class TestData(TypedDict):
id_: str


class randomIdea(TypedDict):
name: str


class TestItem(TestData):
"""A class defining test items."""

Expand Down

0 comments on commit afbcb05

Please sign in to comment.