issues
search
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
Find out which unit tests have memory issues, possibly by creating additional sub target for all unit tests which don't have them now.
Fix all memory issues.
Confirm that whole test target has no memory issues.
Modify Docker file to check unit tests with valgrind.
Modify pre-commit hook to check delivered code with valgrind, in order to not allow unsure code into repository