NetworkManager/clients/tests
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
..
terminal-colors.d clients/tests: add tests for coloring 2018-06-26 11:32:39 +02:00
test-client.check-on-disk client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00
test-client.py client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00