File: test_cnolab_sphinx.py

package info (click to toggle)
python-easydev 0.13.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: python: 1,904; makefile: 116; javascript: 49
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import easydev


def test_path():
    p = easydev.get_path_sphinx_themes()
    import os

    dirs = os.listdir(p)
    assert "standard" in dirs


def test_sphinx_themes():
    p = easydev.get_sphinx_themes()
    assert "standard" in p