Break up generated tests (#13992)
authorDavid Riazati <davidriazati@fb.com>
Thu, 3 Jan 2019 22:31:09 +0000 (14:31 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 3 Jan 2019 22:34:13 +0000 (14:34 -0800)
commit3270e4d4a5e102013bc32c625fb7995b420028c9
treeb9fb5488256d0b4f619582c3b1081c283b1a46ea
parentdcbc4f32dbd42456af6965b8458050878d8f62a2
Break up generated tests (#13992)

Summary:
This PR breaks up `TestJitGenerated` into 3 classes. This makes for
easier testing of specific groups (e.g. run all generated functional
tests without having to wait for the autograd tests)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/13992

Differential Revision: D13076371

Pulled By: driazati

fbshipit-source-id: 1267af59be7d69feb690f5805fcd43fea58a7159
test/test_jit.py