File: conftest.py

package info (click to toggle)
python-gsd 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,020 kB
  • sloc: python: 3,252; ansic: 1,965; cpp: 129; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
# Copyright (c) 2016-2025 The Regents of the University of Michigan
# Part of GSD, released under the BSD 2-Clause License.

"""Global pytest options."""

pytest_plugins = ('gsd.pytest_plugin_validate',)