Skip to content

Commit 2f96092

Browse files
filipecosta90gkorland
authored andcommitted
fix circleci test_builder test (#46)
* [fix] fixed run query builder tests. ( added it also to checkout step ) * [fix] Use a simple (but explicit) path modification to resolve the package properly.
1 parent 302b67c commit 2f96092

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_builder.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import os, sys
2+
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
3+
14
import unittest
25
import redisearch.aggregation as a
36
import redisearch.querystring as q

0 commit comments

Comments
 (0)