Unit tests for iotile-ext-cloud leave json files in main directory
Open
iotile-ext-cloud
priority:medium
type:technical-debt
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When I run `pytest test` in `iotile-ext-cloud` I get 4 json files created that are not cleaned up when the test runs:

They should probably use the `tmpdir` fixture from pytest to create them in a temporary directory.
Contributor guide
Assessment
This issue has not been assessed yet.