Move pytorch distributed tests to separate folder for contbuild. (#30445)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/30445

Create distributed and rpc directories under caffe/test for better management
of unit tests.

Differential Revision: D18702786

fbshipit-source-id: e9daeed0cfb846ef68806f6decfcb57c0e0e3606
This commit is contained in:
Pritam Damania
2020-01-22 21:05:28 -08:00
committed by Facebook Github Bot
parent e735395fc6
commit f050b16dd9
96 changed files with 362 additions and 349 deletions

View File

@ -1,7 +1,7 @@
from __future__ import absolute_import, division, print_function, unicode_literals
import torch
from common_utils import TestCase, run_tests
from torch.testing._internal.common_utils import TestCase, run_tests
from torch._C import parse_schema