File: test_jupyter_core.py

package info (click to toggle)
pytest-jupyter 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 644; sh: 23; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
import os

from jupyter_core import paths


def test_environ(jp_environ):
    assert os.path.exists(paths.jupyter_data_dir())