File: category.py

package info (click to toggle)
python-venusian 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 1,362; makefile: 73
file content (11 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
from tests.fixtures import categorydecorator, categorydecorator2


@categorydecorator(function=True)
def function(request):  # pragma: no cover
    return request


@categorydecorator2(function=True)
def function2(request):  # pragma: no cover
    return request