File: constants.py

package info (click to toggle)
python-curies 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: python: 3,617; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
"""Constants for testing."""

import unittest

RUN_SLOW = True
SLOW = unittest.skipUnless(RUN_SLOW, reason="Skipping slow tests")