From fb4f933f8e47c86bad133a3a5bb6c492f89267e1 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 25 Jun 2020 14:18:34 +0200 Subject: [PATCH] Rename Python scripts to use '_' and not '-' You can't import a Python script whose name includes '-'. Signed-off-by: Gilles Peskine --- docs/architecture/testing/test-framework.md | 4 ++-- tests/scripts/all.sh | 4 ++-- tests/scripts/{check-files.py => check_files.py} | 0 tests/scripts/{check-test-cases.py => check_test_cases.py} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename tests/scripts/{check-files.py => check_files.py} (100%) rename tests/scripts/{check-test-cases.py => check_test_cases.py} (100%) diff --git a/docs/architecture/testing/test-framework.md b/docs/architecture/testing/test-framework.md index e0e960f87..c4178fa17 100644 --- a/docs/architecture/testing/test-framework.md +++ b/docs/architecture/testing/test-framework.md @@ -22,7 +22,7 @@ Each test case has a description which succinctly describes for a human audience * Make the description descriptive. “foo: x=2, y=4” is more descriptive than “foo #2”. “foo: 0