public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rteval: Move unittest.py to tests/unittest-legacy.py
@ 2025-11-25 11:02 Tomas Glozar
  2025-11-25 11:02 ` [PATCH 2/2] rteval: Add README-tests Tomas Glozar
  2025-11-25 19:04 ` [PATCH 1/2] rteval: Move unittest.py to tests/unittest-legacy.py John Kacur
  0 siblings, 2 replies; 4+ messages in thread
From: Tomas Glozar @ 2025-11-25 11:02 UTC (permalink / raw)
  To: John Kacur, Clark Williams; +Cc: Linux RT Users, Tomas Glozar

We now have a tests/ folder. Move unittest.py there, rename it to
unittest-legacy.py to prevent conflict with Python's unittest
module, and remove the now empty directory unit-tests/.

Signed-off-by: Tomas Glozar <tglozar@redhat.com>
---
This is a follow-up to [1], in place of patch 2 and 3. Patch 1 got applied,
patches 2 and 3 required changes following the merging of [2].

[1] https://lore.kernel.org/linux-rt-users/20251107134749.257350-1-tglozar@redhat.com/T/
[2] https://lore.kernel.org/linux-rt-users/20251107182645.19545-1-jkacur@redhat.com/T/

 unit-tests/unittest.py => tests/unittest-legacy.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename unit-tests/unittest.py => tests/unittest-legacy.py (100%)

diff --git a/unit-tests/unittest.py b/tests/unittest-legacy.py
similarity index 100%
rename from unit-tests/unittest.py
rename to tests/unittest-legacy.py
-- 
2.51.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-25 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 11:02 [PATCH 1/2] rteval: Move unittest.py to tests/unittest-legacy.py Tomas Glozar
2025-11-25 11:02 ` [PATCH 2/2] rteval: Add README-tests Tomas Glozar
2025-11-25 19:05   ` John Kacur
2025-11-25 19:04 ` [PATCH 1/2] rteval: Move unittest.py to tests/unittest-legacy.py John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox