exercism / pharo-smalltalk

Exercism exercises in Pharo.
https://exercism.org/tracks/pharo-smalltalk
MIT License
34 stars 28 forks source link

Refactoring of ExercismExerciseGenerator #586

Closed Bajger closed 1 year ago

Bajger commented 1 year ago

Generation of test class, its cases from problem specifications.

Bajger commented 1 year ago

@glennj : I've refactored exercise test generator that is used when building new exercise from canonical description. Result of this generator is Test class in Pharo that contains test case methods and setup (placed in WIP package). Thanks for reviewing this!

Bajger commented 1 year ago

@glennj @ErikSchierboom Thanks for approving this! Changes should be save (not used in usual user production code, only when generating new exercise) to use.