microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
source/pip/tests-integration/conftest.py
13lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | """ |
| 5 | This file is used to configure pytest for the test suite. |
| 6 | |
| 7 | - It attempts to import necessary modules from test_circuits. |
| 8 | |
| 9 | Fixtures and other configurations for pytest can be added to this file to |
| 10 | be shared across multiple test files. |
| 11 | """ |
| 12 | |
| 13 | from interop_qiskit.test_circuits import * |