DarianFlorianVoda / BioShapes

Bachelor Thesis R Package
0 stars 0 forks source link

Tests: Helper - Mark the completion of a Section #8

Closed discoleo closed 2 years ago

discoleo commented 2 years ago

Add a message at the end of each Section to mark that the tests were completed successfully.

Example: Line 111

cat("Finished Section: Horizontal Reflection - part 1\n");

Example: Line 161

cat("Finished Section: Horizontal Reflection - 0 Origin\n");

A few more can be added at the end of each major Sub-Section.

DarianFlorianVoda commented 2 years ago

Done!