mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62626 Reviewed By: walterddr, zhouzhuojie, seemethere Differential Revision: D30059119 Pulled By: malfet fbshipit-source-id: 2aff44c1585091d864ab7e02d69046204e5b5d17
8 lines
214 B
Python
8 lines
214 B
Python
from libfb.py import testutil
|
|
|
|
import test_deploy_python_ext
|
|
|
|
class TestDeployFromPython(testutil.BaseFacebookTestCase):
|
|
def test_deploy_from_python(self):
|
|
self.assertTrue(test_deploy_python_ext.run())
|