antithesis-tests: Rename "utils.py" to "helper_utils.py"

Antithesis is now supposed to detect that this is not a runnable driver
and not complain about it.
This commit is contained in:
Pekka Enberg
2025-09-24 14:27:32 +03:00
parent c894dcf438
commit 7f7ad90244
5 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import json
import turso
from antithesis.random import get_random
from utils import generate_random_value
from helper_utils import generate_random_value
# Get initial state
try:

View File

@@ -4,7 +4,7 @@ import json
import turso
from antithesis.random import get_random
from utils import generate_random_value
from helper_utils import generate_random_value
# Get initial state
try:

View File

@@ -4,7 +4,7 @@ import json
import turso
from antithesis.random import get_random
from utils import generate_random_value
from helper_utils import generate_random_value
# Get initial state
try:

View File

@@ -4,7 +4,7 @@ import json
import turso
from antithesis.random import get_random
from utils import generate_random_value
from helper_utils import generate_random_value
# Get initial state
try: