From 4ac5bac6e8ed741dd2725d221d7702a2eba50c90 Mon Sep 17 00:00:00 2001 From: hbui <hong-phuc.bui@htwsaar.de> Date: Tue, 23 Jul 2024 17:26:32 +0200 Subject: [PATCH] fix python automatically test discovery --- num-int/Readme.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/num-int/Readme.md b/num-int/Readme.md index df3dab4..ac0e34d 100644 --- a/num-int/Readme.md +++ b/num-int/Readme.md @@ -13,7 +13,7 @@ ## Run Unittest ```shell -python3 -m unittest discover --pattern *test.py +python3 -m unittest discover --pattern '*test.py' ``` ## Run programm -- Gitblit v1.10.0-SNAPSHOT