File: test_markers.py

package info (click to toggle)
prometheus-fastapi-instrumentator 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: python: 2,586; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import pytest


@pytest.mark.slow
def test_slow():
    pass


def test_not_slow():
    pass