Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
chore: fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Apr 11, 2024
1 parent 6ae0ba4 commit 85716eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file added test/__init__.py
Empty file.
2 changes: 0 additions & 2 deletions test/test_app.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
import sys

from fastapi.testclient import TestClient

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from src.app import app
from src.model.execution_status import ExecutionStatus

Expand Down

0 comments on commit 85716eb

Please sign in to comment.