From 7df640ee2c6b71a9d65fdffd08a1eb1a45a67b60 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 4 Apr 2022 17:09:22 -0700 Subject: [PATCH] tests: rename and generalize 'sprint' test file --- rtest/{test_sprint.py => test_c_utils.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rtest/{test_sprint.py => test_c_utils.py} (90%) diff --git a/rtest/test_sprint.py b/rtest/test_c_utils.py similarity index 90% rename from rtest/test_sprint.py rename to rtest/test_c_utils.py index 8b5d52de5..85df8dd69 100644 --- a/rtest/test_sprint.py +++ b/rtest/test_c_utils.py @@ -1,4 +1,4 @@ -"""test ../lib/cgraph/sprint.c""" +"""test ../lib/cgraph/ internal generic utility code""" import os from pathlib import Path -- 2.50.1