summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Fang <lufang@fb.com>2019-04-11 11:15:47 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-04-11 11:29:16 -0700
commitfeb5d26510919b23ba35a90e45cd5a0f4cc26474 (patch)
treecd54ac1eb4f0b926153ba3248a6154a13060c5c8
parentc1b92f518d64c51eacd2e2ec11c198a3fdb107b8 (diff)
downloadpytorch-feb5d26510919b23ba35a90e45cd5a0f4cc26474.tar.gz
pytorch-feb5d26510919b23ba35a90e45cd5a0f4cc26474.tar.bz2
pytorch-feb5d26510919b23ba35a90e45cd5a0f4cc26474.zip
Rename ONNX util test names (#19153)
Summary: Rename test cases. Pull Request resolved: https://github.com/pytorch/pytorch/pull/19153 Reviewed By: zrphercule Differential Revision: D14890095 Pulled By: houseroad fbshipit-source-id: 37a787398c88d9cc92b411c2355b43200cf1c4b0
-rw-r--r--test/onnx/test_utility_funs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/onnx/test_utility_funs.py b/test/onnx/test_utility_funs.py
index fb9b99be4f..e50126d4a7 100644
--- a/test/onnx/test_utility_funs.py
+++ b/test/onnx/test_utility_funs.py
@@ -7,9 +7,9 @@ import torch.onnx
import io
-class TestOperators(TestCase):
+class TestUtilityFuns(TestCase):
- def test_master_opset(self):
+ def test_is_in_onnx_export(self):
test_self = self
class MyModule(torch.nn.Module):