mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Don't write to files in test data directory. Instead write to temporary directory patch the code to work with the temporary directory. This prevents a problem with running tests when the user owning the source directory is not the same as the user running the tests. - Use fixtures. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>