docs: introduce Mercury Notebook Deliverable Pattern
This commit is contained in:
7
template/MercuryNotebook/tests/conftest.py
Normal file
7
template/MercuryNotebook/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Make studylib importable without installation (the template is not
|
||||
pip-installed; real studies use ``pip install -e ".[dev]"`` instead)."""
|
||||
|
||||
import pathlib
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, str(pathlib.Path(__file__).resolve().parent.parent))
|
||||
Reference in New Issue
Block a user