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 73743ec commit 64a918bCopy full SHA for 64a918b
src/confcom/azext_confcom/tests/conftest.py
@@ -4,13 +4,14 @@
4
# --------------------------------------------------------------------------------------------
5
6
import importlib
7
-from pathlib import Path
8
import subprocess
9
import tempfile
10
import pytest
11
import sys
12
import shutil
13
+from pathlib import Path
14
+
15
16
# This fixture ensures tests are run against final built wheels of the extension
17
# instead of the unbuilt local code, which may have breaking differences with
0 commit comments