[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] testing: Delete duplicate tests
From: |
Ilya Chernyshov |
Subject: |
Re: [PATCH] testing: Delete duplicate tests |
Date: |
Thu, 16 Nov 2023 19:27:44 +0700 |
Ilya Chernyshov <ichernyshovvv@gmail.com> writes:
> Sure, here it is. In the patch, I added a new file
> (testing/lisp/test-deduplicator.el) with a test that checks for
> duplicate forms (not just should, should-not, should-error macros) in
> all test files.
It also makes sense to add a test that searches for completely equal
`ert-deftest' definitions and tests with equal bodies, but different
names, as you already advised on Matrix. Any other thoughts?