* Support for handling generator expressions in Discrete type (PR [237](https://github.com/ska-sa/katcp-python/pull/237))
* Fix handling of strings and bytes in `get_sensor` in testutils ([240](https://github.com/ska-sa/katcp-python/pull/240))
* Allow strings or bytes for assert_request_fails and `test_assert_request_succeeds` function arguments. (PR([242](https://github.com/ska-sa/katcp-python/pull/242))
* Handle str type correctly('easier') in `testutils.get_sensor` for python 2 and python 3 ([243](https://github.com/ska-sa/katcp-python/pull/243))
* Allow bytes and strings in `test_sensor_list` comparison of sensors ([244](https://github.com/ska-sa/katcp-python/pull/244))
* Correct handling of floats `test_sensor_list` ([245](https://github.com/ska-sa/katcp-python/pull/245))
* black formatting on certain test files. (PR [246](https://github.com/ska-sa/katcp-python/pull/246))