Skip to content

Commit

Permalink
Add tests to path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb873 authored Dec 4, 2023
1 parent 016d477 commit ce44265
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zeek-package-website/tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import os
import pytest
import pickle
sys.path.insert(0, '..')

from app.api.search import search as s
sys.path.insert(0, 'tests')




class TestRank:
Expand Down

0 comments on commit ce44265

Please sign in to comment.