Support dynamic ports
This commit is contained in:
4
tests_integration/tests/vendor/test_add.py
vendored
4
tests_integration/tests/vendor/test_add.py
vendored
@@ -4,9 +4,7 @@ from datetime import datetime, timezone
|
||||
|
||||
import httpx
|
||||
|
||||
from ..conftest import assert_dicts_compatible
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_dicts_compatible
|
||||
|
||||
|
||||
def test_add_vendor():
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import httpx
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL
|
||||
|
||||
|
||||
def test_delete_vendor():
|
||||
|
||||
4
tests_integration/tests/vendor/test_find.py
vendored
4
tests_integration/tests/vendor/test_find.py
vendored
@@ -7,9 +7,7 @@ from typing import Any
|
||||
import httpx
|
||||
import pytest
|
||||
|
||||
from ..conftest import assert_lists_compatible
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_lists_compatible
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
2
tests_integration/tests/vendor/test_get.py
vendored
2
tests_integration/tests/vendor/test_get.py
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
import httpx
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL
|
||||
|
||||
|
||||
def test_get_vendor():
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import httpx
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL
|
||||
|
||||
|
||||
def test_update_vendor():
|
||||
|
||||
Reference in New Issue
Block a user