File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 11"""Integration tests for infrahubctl commands."""
22
3- # import json
4- import os
5-
6- # import sys
73from pathlib import Path
84from unittest import mock
95
106import pytest
11-
12- # from pytest_httpx._httpx_mock import HTTPXMock
137from typer .testing import CliRunner
148
159from infrahub_sdk .client import InfrahubClient
1610from infrahub_sdk .ctl .cli_commands import app
1711
18- # from tests.helpers.utils import change_directory, strip_color
19-
2012runner = CliRunner ()
2113
2214
23- FIXTURE_BASE_DIR = Path (
24- Path (os .path .abspath (__file__ )).parent / ".." / ".." / "fixtures" / "integration" / "test_infrahubctl"
25- )
15+ FIXTURE_BASE_DIR = Path (Path (__file__ ).parent / ".." / ".." / "fixtures" / "integration" / "test_infrahubctl" )
2616
2717
2818@pytest .fixture
You can’t perform that action at this time.
0 commit comments