Skip to content

Replace "qsharp" with "qdk" in Python tests #3181

@fedimser

Description

@fedimser

In all tests in source/pip/tests, change "import qsharp" to "import qdk" and change all usages of "qsharp" module to "qdk". Also rename "test_qsharp" to "test_qdk". Also check for referencesin comments and update if necessary.

As we are deprecating "qsharp" package, there should be no references to "qsharp" in tests, as now recommended usage is through "qdk". After this change, all tests must pass because currently everything exported from qsharp is re-exported from qdk.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions