Unverified Commit 00cc000e authored by moto's avatar moto Committed by GitHub
Browse files

Rename test_case_utils to case_utils (#808)

buck gets confused with utility module name with `test_` prefix.
parent 05746042
......@@ -8,7 +8,7 @@ from .backend_utils import (
BACKENDS,
BACKENDS_MP3,
)
from .test_case_utils import (
from .case_utils import (
TempDirMixin,
TestBaseMixin,
PytorchTestCase,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment