Commit 99f53d2a authored by Kai Chen's avatar Kai Chen
Browse files

fix tests

parent 7ba182a1
...@@ -8,6 +8,6 @@ from .video import * ...@@ -8,6 +8,6 @@ from .video import *
from .visualization import * from .visualization import *
from .version import __version__ from .version import __version__
# The following modules are not imported to this level, so mmcv may be used # The following modules are not imported to this level, so mmcv may be used
# without PyTorch # without PyTorch.
# - runner # - runner
# - parallel # - parallel
...@@ -3,3 +3,6 @@ universal=1 ...@@ -3,3 +3,6 @@ universal=1
[aliases] [aliases]
test=pytest test=pytest
[tool:pytest]
addopts=tests/
\ No newline at end of file
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