File: test_cnolab_sphinx.py

package info (click to toggle)
python-easydev 0.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: python: 2,130; javascript: 49; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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