DEBSOURCES
Skip Quicknav
sources / pytest-jupyter / 0.10.1-2 / tests / test_jupyter_core.py
1234567
import os from jupyter_core import paths def test_environ(jp_environ): assert os.path.exists(paths.jupyter_data_dir())