mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-02-04 06:13:00 +08:00
8 lines
247 B
Python
8 lines
247 B
Python
#
|
|
# pytest configuration file for QUTest/Py unit testing harness, see:
|
|
# https://www.state-machine.com/qtools/qutest.html
|
|
#
|
|
|
|
# Load common fixtures used throughout testing
|
|
from qspypy.fixtures import session, reset, module, qutest, qutest_noreset
|