openflexure-microscope-server/tests
Richard Bowman a9fff24848 Explicitly specify encoding
The update to pylint means we were failing because open()
doesn't specify the encoding everywhere.  I have now specified utf-8
everywhere.  This was patchy before, and is default behaviour on the
Pi.  There's a slim chance it will cause some issues on Windows, but
that shouldn't affect anyone outside the developers.

I've also ignored a couple of new spurious warnings, and explicitly
ignored some unused variables.
2022-08-09 07:16:44 +01:00
..
images Static type analysis 2020-11-30 13:36:45 +00:00
test_api_utilities.py Static type analysis 2020-11-30 13:36:45 +00:00
test_app.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
test_camera_framestream.py Static type analysis 2020-11-30 13:36:45 +00:00
test_capture_manager.py Static type analysis 2020-11-30 13:36:45 +00:00
test_capture_object.py Static type analysis 2020-11-30 13:36:45 +00:00
test_extension_scan.py Static type analysis 2020-11-30 13:36:45 +00:00
test_json.py Static type analysis 2020-11-30 13:36:45 +00:00
test_utilities.py Static type analysis 2020-11-30 13:36:45 +00:00
w3c_td_schema.json Validate thing description in tests 2021-07-26 02:48:45 +01:00