Support dynamic ports
This commit is contained in:
@@ -6,9 +6,7 @@ from datetime import datetime, timezone
|
||||
import httpx
|
||||
import pytest
|
||||
|
||||
from ..conftest import assert_httpx_success, assert_lists_compatible
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_httpx_success, assert_lists_compatible
|
||||
|
||||
|
||||
def test_add_text_field():
|
||||
|
||||
@@ -4,9 +4,7 @@ import json
|
||||
|
||||
import httpx
|
||||
|
||||
from ..conftest import assert_httpx_success
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_httpx_success
|
||||
|
||||
|
||||
def test_delete_field():
|
||||
|
||||
@@ -4,9 +4,7 @@ import json
|
||||
|
||||
import httpx
|
||||
|
||||
from ..conftest import assert_httpx_success, assert_lists_compatible
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_httpx_success, assert_lists_compatible
|
||||
|
||||
|
||||
def test_get_field():
|
||||
|
||||
@@ -4,9 +4,7 @@ import json
|
||||
|
||||
import httpx
|
||||
|
||||
from ..conftest import assert_httpx_success
|
||||
|
||||
URL = "http://spoolman:8000"
|
||||
from ..conftest import URL, assert_httpx_success
|
||||
|
||||
|
||||
def test_add_vendor_with_extra_field():
|
||||
|
||||
Reference in New Issue
Block a user