mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 05:44:25 +01:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user