[PATCH] D58264: [lit] Remove LitTestCase
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 14 16:56:05 PST 2019
yln created this revision.
Herald added subscribers: llvm-commits, jdoerfert, delcypher.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLVM.
yln added a reviewer: rnk.
>From the docs: `class LitTestCase(unittest.TestCase)`
LitTestCase is an adaptor for providing a 'unittest' compatible
interface to 'lit' tests so that we can run lit tests with standard
python test runners.
It does not seem to be used anywhere. Can we remove it?
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58264
Files:
llvm/utils/lit/lit/LitTestCase.py
llvm/utils/lit/lit/discovery.py
llvm/utils/lit/lit/run.py
llvm/utils/lit/tests/unittest-adaptor.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58264.186948.patch
Type: text/x-patch
Size: 3611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/c28b19b6/attachment.bin>
More information about the llvm-commits
mailing list