mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
adding context to test test case
This commit is contained in:
@@ -2,5 +2,5 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||||
|
|
||||||
import sample
|
import bonob
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
#from context import bonob
|
from context import bonob
|
||||||
|
|
||||||
|
|
||||||
# content of test_sample.py
|
|
||||||
def f(x):
|
def f(x):
|
||||||
return x + 1
|
return x + 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user