microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
iadavis/pipeline-issue-debugging

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/pip/tests-integration/conftest.py

13lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4"""
5This file is used to configure pytest for the test suite.
6
7- It attempts to import necessary modules from test_circuits.
8
9Fixtures and other configurations for pytest can be added to this file to
10be shared across multiple test files.
11"""
12
13from interop_qiskit.test_circuits import *