Skip to content

Commit

Permalink
Merge pull request #7 from CodewithSegNet/fix/refactor-codebase
Browse files Browse the repository at this point in the history
🐛 fix import related issue
  • Loading branch information
CodewithSegNet authored Sep 10, 2024
2 parents f7b9825 + 6addcc4 commit d519301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/student/test_student_login.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import pytest
import os
import sys
import json
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
from unittest.mock import patch, MagicMock
from app import create_app, db
from api.v2.models import Student
Expand Down

0 comments on commit d519301

Please sign in to comment.