mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-11 20:51:27 +00:00
Add description for languages with more than one unit testing framework
This commit is contained in:
parent
400c1091b6
commit
25c4931f76
@ -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, 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
|
`program` or `texttest_fixture`. If you can define a default for the number of
|
||||||
days in the simulation please choose two days.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user