Open csala opened 6 years ago
Current unit tests create a lot of tests elements both in the current working directory and in /tmp/, and rely on them for the testing.
/tmp/
This should be changed, and mocks should be used to prevent the unit tests from really accessing and using any element from outside the test itself.
Current unit tests create a lot of tests elements both in the current working directory and in
/tmp/
, and rely on them for the testing.This should be changed, and mocks should be used to prevent the unit tests from really accessing and using any element from outside the test itself.