File: conftest.py

package info (click to toggle)
qstylizer 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 1,325; makefile: 27; sh: 8
file content (15 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# coding: utf-8

import pytest


@pytest.fixture
def css():
    import qstylizer.style
    return qstylizer.style.StyleSheet()


@pytest.fixture
def style_class():
    import qstylizer.style
    return qstylizer.style.StyleRule