Skip to content

v0.7.2

Compare
Choose a tag to compare
@tockards tockards released this 04 Sep 08:11
· 36 commits to master since this release
f3060e9

Changes in this release:

  • Support for handling generator expressions in Discrete type (PR #237)
  • Fix handling of strings and bytes in get_sensor in testutils (#240)
  • Allow strings or bytes for assert_request_fails and test_assert_request_succeeds function arguments. (PR(#242)
  • Handle str type correctly('easier') in testutils.get_sensor for python 2 and python 3 (#243)
  • Allow bytes and strings in test_sensor_list comparison of sensors (#244)
  • Correct handling of floats test_sensor_list (#245)
  • black formatting on certain test files