Reorder edsc python tests - NFC
authorNicolas Vasilache <ntv@google.com>
Fri, 10 May 2019 14:51:07 +0000 (07:51 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 11 May 2019 02:28:21 +0000 (19:28 -0700)
commit6bdd13f1072329cc2c6835d7a0c0cce4bee0b306
treee0694625d0f4239c9b141e0f4f74c75dfacf62ea
parent685f9484814bdfee5557e1d6cb5fe1b70bdad633
Reorder edsc python tests - NFC

    This CL orders the python tests to:
    1. allow introspecting on the EdscTest class and avoid the error-prone process of having to add the test call by hand;
    2. account for differences in the order of `dir(edscTest)` between python2, <= python3.5 and >= python 3.6

--

PiperOrigin-RevId: 247609687
mlir/bindings/python/test/test_py2and3.py