From eaeed16d2446bafff270e68ea8049d7d6555d5aa Mon Sep 17 00:00:00 2001 From: Jacque Antoine DeGraff Date: Fri, 3 May 2024 17:43:56 -0400 Subject: [PATCH] git add creoide_test_config.json --- creoide_test_config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 creoide_test_config.json diff --git a/creoide_test_config.json b/creoide_test_config.json new file mode 100644 index 0000000..4d2a444 --- /dev/null +++ b/creoide_test_config.json @@ -0,0 +1,9 @@ +{ + "testing": { + "framework": "pytest", + "test_cases": ["test_unit.py", "test_integration.py"], + "options": { + "pytest": {"verbose": true, "coverage": true} + } + } +}