From 25c4931f7646399acdb831002f850acaca19c64b Mon Sep 17 00:00:00 2001 From: Barry Moore Date: Tue, 11 Jun 2024 13:00:06 -0400 Subject: [PATCH] Add description for languages with more than one unit testing framework --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9a3aeba..6115781d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,3 +35,10 @@ conventional location (e.g. `test/`). The TextTest fixture and command-line program, that simulates update_quality over a number of days, should go in `program` or `texttest_fixture`. If you can define a default for the number of days in the simulation please choose two days. + +A single sub-directory per language is not enforced. A language may have +more than one popular unit testing framework. In that case, please add +`{language}-{framework}/` and maintain separation between the projects. In other +words, all the components requested should exist in both sub-directories. +Re-using code between the directories would be confusing for those looking for a +starting point.