Closed davidpablocohn closed 7 months ago
All unittest failures, with the exception of test_serial_writer.py, have been fixed. The test_serial_writer.py code, and possibly SerialWriter itself, needs work.
Deprecation warnings for CachedDataServer remain for Python v3.10 and above. They can be suppressed with the -W flag, as:
python -W ignore::DeprecationWarning -m unittest discover
Still need to decide whether to move all unittests into a separate test/ subdir.
Code rot. Many unittests now throw errors or deprecation warnings. Need to fix them.
Also consider moving all logger unittests from their reader/transform/writer/utils directories to a separate test/ subdir, as CSIRO has done.