NetworkManager/clients/tests/test-client.check-on-disk
Beniamino Galvani d9e931acaf client: tests: avoid mixing stdout and stderr output on failure
On failure the self.fail() message often appears in the middle of the
diff between expected/actual output, making it hard to read. Since
print() output goes to stdout (which is buffered) and self.fail() to
stderr (which is not), flush stdout before printing the failure
message to ensure the two don't mix.
2018-10-25 14:52:35 +02:00
..
test_001.expected client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00
test_002.expected client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00
test_003.expected client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00
test_004.expected client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00