SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

Clean up output from tests, main, etc. #54

Open kzhereb opened 11 months ago

kzhereb commented 11 months ago

Current implementation outputs many lines from unit tests, main that contains code similar to unit tests, etc. Let's remove all unneeded output We should output test results, and then only what is required by application (e.g. running CLI commands)