NetworkManager/clients/tests
Thomas Haller ae2d6c0bc9 tests: fix "clients/tests/test-client.py" concatenating binary for Python 3
Python 3 doesn't like this:

    ======================================================================
    ERROR: test_001 (__main__.TestNmcli)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "./clients/tests/test-client.py", line 785, in f
        self._nm_test_post()
      File "./clients/tests/test-client.py", line 767, in _nm_test_post
        content_new = ''.join([r['content'] for r in results])
    TypeError: sequence item 0: expected str instance, bytes found

(cherry picked from commit 97646d81ce)
2019-09-25 15:52:17 +02:00
..
terminal-colors.d clients/tests: add tests for coloring 2018-06-26 11:32:39 +02:00
test-client.check-on-disk clients: Wi-Fi Mesh support 2019-07-29 11:00:24 +02:00
test-client.py tests: fix "clients/tests/test-client.py" concatenating binary for Python 3 2019-09-25 15:52:17 +02:00