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.
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.