Move fuser to test_jit_fuser (#18590)
authorElias Ellison <eellison@fb.com>
Sat, 30 Mar 2019 01:10:36 +0000 (18:10 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 30 Mar 2019 01:13:26 +0000 (18:13 -0700)
commita5ddecd00c4d0971e2ad8a40e7345d41cf6e1ca0
treec8e831ae8a6cc97954c4928db9e944cb1d21e22e
parent85f36014e2628fe291e94be8e5d156b4e6015afd
Move fuser to test_jit_fuser (#18590)

Summary:
Start of breaking up test_jit.py

New files will have the format test_jit_* so they are easily grepable but remain in the same directory so we don't have to go through multiple sources for imports.

I am adding a test that's expected to fail to be sure it's running.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18590

Reviewed By: wanchaol

Differential Revision: D14677094

Pulled By: eellison

fbshipit-source-id: 9782c6aa9525bb6f332fc75cfff004c83a417522
test/run_test.py
test/test_jit.py
test/test_jit_fuser.py [new file with mode: 0644]