power-profiles-daemon/tests
Marco Trevisan (Treviño) a86b9cda94 ppd-utils: Use simpler write without extra copies
Simplify our writing function by just using pure C open/write calls
since we don't really need to be able to create files.

In fact this made possible to spot a test issue where a file was not
present and in fact in some scenarios we had random valgrind errors in
CI.

Plus, since we just need to write the contents as it is, we can avoid
extra buffers.
2024-04-03 23:28:26 +00:00
..
integration_test.py ppd-utils: Use simpler write without extra copies 2024-04-03 23:28:26 +00:00
meson.build tests: Add support for collecting python coverage data 2024-04-01 18:04:32 +02:00
unittest_inspector.py Reformat unittest_inspector.py using pylint and black 2024-02-13 20:04:46 +00:00