Skip to content

Commit e8254f7

Browse files
Adding unit test
1 parent 839b7d9 commit e8254f7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/test_function_utils.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,12 @@
1919
import sys
2020
import tempfile
2121
import textwrap
22-
from typing import List
2322

2423
import pytest
25-
from pydantic import BaseModel
2624

2725
from datacustomcode import function_utils
2826

2927

30-
class SampleRequest(BaseModel):
31-
message: str
32-
count: int = 5
33-
tags: List[str] = []
34-
version: str = "v1"
35-
36-
3728
@pytest.fixture
3829
def sample_entrypoint():
3930
"""Create a temporary entrypoint file with a function."""

0 commit comments

Comments
 (0)