diff --git a/bundle/tests/python_import_test.go b/bundle/tests/python_import_test.go index f2093ceb..e7ac5459 100644 --- a/bundle/tests/python_import_test.go +++ b/bundle/tests/python_import_test.go @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/assert" ) -func TestDataclassNoWheel(t *testing.T) { +func TestPythonImport_dataclass_no_wheel(t *testing.T) { activateVEnv(t) setPythonPath(t, "python_import/dataclass_no_wheel/src")