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

fix tests

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