[PATCH] D39763: [clang] [python] [tests] Rewrite to use standard unittest module

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 05:37:21 PST 2017


bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.

I can't really check if all the tests are equivalent to the old ones, but not having to install nose is a major usability improvement. Let's ship this.

We should totally fix the existing failures. I assume this is because nobody ever runs the tests.


Repository:
  rL LLVM

https://reviews.llvm.org/D39763





More information about the cfe-commits mailing list