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) - [x] Ensure all tempfiles cleaned up (some still created by `test_archive`). - [ ] Use [hypothesis](https://pypi.org/project/hypothesis/) where possible.
Somewhat as a reminder to myself, several tests including those in test_sigmffile can be generally improved:
/tmpand usetempfileinstead. (remove explicit use of /tmp & address pylint issues #105)test_archive).