Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
00cc000e
Unverified
Commit
00cc000e
authored
Jul 22, 2020
by
moto
Committed by
GitHub
Jul 22, 2020
Browse files
Rename test_case_utils to case_utils (#808)
buck gets confused with utility module name with `test_` prefix.
parent
05746042
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
test/common_utils/__init__.py
test/common_utils/__init__.py
+1
-1
test/common_utils/case_utils.py
test/common_utils/case_utils.py
+0
-0
No files found.
test/common_utils/__init__.py
View file @
00cc000e
...
...
@@ -8,7 +8,7 @@ from .backend_utils import (
BACKENDS
,
BACKENDS_MP3
,
)
from
.
test_
case_utils
import
(
from
.case_utils
import
(
TempDirMixin
,
TestBaseMixin
,
PytorchTestCase
,
...
...
test/common_utils/
test_
case_utils.py
→
test/common_utils/case_utils.py
View file @
00cc000e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment