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} + } + } +}