mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-07 03:55:26 +00:00
10 lines
320 B
Python
10 lines
320 B
Python
"""
|
|
pytest config for sphinxcontrib/sphinx-self-contained-html/tests
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
:copyright: Copyright 2017 by Adrian Vollmer <computerfluesterer@protonmail.com>
|
|
:license: BSD, see LICENSE for details.
|
|
"""
|
|
|
|
pytest_plugins = 'sphinx.testing.fixtures'
|