chore: move testing utils out of utils
This commit is contained in:
parent
55ec6323bb
commit
9abfabde00
7 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
from byteb4rb1e.utils.testing.pytest import get_current_test
|
||||
from byteb4rb1e.testing.pytest import get_current_test
|
||||
|
||||
|
||||
def run_in_subprocess_once():
|
||||
|
|
@ -5,7 +5,7 @@ from typing import Dict, Tuple, Union
|
|||
|
||||
import pytest
|
||||
|
||||
from byteb4rb1e.utils.testing.pytest import get_current_test
|
||||
from byteb4rb1e.testing.pytest import get_current_test
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
Loading…
Add table
Add a link
Reference in a new issue