We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fc842 commit 652d723Copy full SHA for 652d723
tests/test_api.py
@@ -19,6 +19,7 @@
19
20
_RANDOM_UUID = str(uuid.uuid4())
21
22
+
23
def _get_client() -> QaaSClient:
24
client = QaaSClient(
25
project_id=os.environ["SCALEWAY_PROJECT_ID"],
@@ -76,6 +77,7 @@ def test_create_delete_session():
76
77
78
client.delete_session(session.id)
79
80
81
# def test_list_platforms_by_backend(self):
82
# if self._PLATFORM_NAME.startswith("qsim"):
83
# backend_name = "qsim"
@@ -462,4 +464,4 @@ def test_create_delete_session():
462
464
# def test_cancel_unexisting_job(self):
463
465
# job = self._client.cancel_job(self._RANDOM_UUID)
466
-# assert job == None
467
+# assert job == None
0 commit comments