coders-school / desktop-business-app

0 stars 4 forks source link

Fix uni ttests having memory issues #70

Open mBialczak opened 6 months ago

mBialczak commented 6 months ago
  1. Find out which unit tests have memory issues, possibly by creating additional sub target for all unit tests which don't have them now.
  2. Fix all memory issues.
  3. Confirm that whole test target has no memory issues.
  4. Modify Docker file to check unit tests with valgrind.
  5. Modify pre-commit hook to check delivered code with valgrind, in order to not allow unsure code into repository