Somewhat as a reminder to myself, several tests including those in [test_sigmffile](https://github.com/sigmf/sigmf-python/blob/main/tests/test_sigmffile.py) can be generally improved: - [ ] Ensure all tests use unittest framework. - [x] Remove references to `/tmp` and use `tempfile` instead. (#105) - [ ] Ensure all tempfiles cleaned up (some still created by `test_archive`). - [ ] Use [hypothesis](https://pypi.org/project/hypothesis/) where possible.