Changelog for package rosunit
1.14.9 (2020-04-20)
- fix missing rosunit results in Python 3 (#244)
1.14.8 (2020-02-11)
- fix various issues discovered by flake8 (#241)
- update style to pass flake8 (#240)
- Use setuptools instead of distutils (#235)
- Bump CMake version to avoid CMP0048 warning (#234)
1.14.7 (2019-10-03)
- use condition attributes to specify Python 2 and 3 dependencies (#226)
- Python 3 support (#212)
1.14.6 (2019-03-18)
1.14.5 (2019-03-04)
- add Python executable to ROSUNIT_EXE so it runs correctly on Windows (#200)
- rosunit Python 3 support (#190)
1.14.4 (2018-05-01)
1.14.3 (2018-01-30)
1.14.2 (2017-10-26)
- use python constants rather than hardcoded integers for error codes (#153)
1.14.1 (2017-07-27)
- fix syntax of unicode raw string in Python 3 (#150)
- ensure cwd exists (#143)
- more searchable testcase result message (#139)
1.14.0 (2017-02-22)
1.13.6 (2017-10-31)
- use python constants rather than hardcoded integers for error codes (#153)
- fix syntax of unicode raw string in Python 3 (#150)
- ensure cwd exists (#143)
- more searchable testcase result message (#139)
1.13.5 (2017-02-14)
- improve error message when creating test directory fails (#134)
- fix race condition creating folder (#130)
1.13.4 (2016-09-19)
- fix test type handling (#123)
1.13.3 (2016-09-16)
- allow custom class_name, testcase_name in test_xx_junit_xml (#119)
- fix check of test type (#121)
1.13.2 (2016-09-02)
1.13.1 (2016-03-13)
- fix a regression in XML reports introduced in 1.12.6 (#109)
1.13.0 (2016-03-10)
1.12.6 (2016-03-10)
- remove invalid characters from XML unit test results (#89, #108)
- add ability to load tests using dotnames in rosunit (#101)
1.12.5 (2015-10-13)
1.12.4 (2015-10-12)
1.12.3 (2015-09-19)
1.12.2 (2015-04-27)
- allow custom environment when determining test results location (#82)
1.12.1 (2015-04-16)
1.12.0 (2014-12-26)
1.11.6 (2014-12-22)
- fix OSError handling (#69, regression since 1.11.1)
1.11.5 (2014-08-18)
1.11.4 (2014-07-23)
1.11.3 (2014-07-18)
1.11.2 (2014-06-16)
1.11.1 (2014-05-07)
- use catkin_install_python() to install Python scripts (#46)
- python 3 compatibility
1.11.0 (2014-01-31)
1.10.9 (2014-01-07)
- python 3 compatibility
- fix repo urls in manifest
1.10.8 (2013-10-15)
1.10.7 (2013-10-04)
- fix sanitizing rosunit xml files on the lowest level possible
1.10.6 (2013-08-22)
1.10.4 (2013-07-05)
1.10.3 (2013-07-03)
- check for CATKIN_ENABLE_TESTING to enable configure without tests
1.10.2 (2013-06-18)
1.10.1 (2013-06-06)
- make rosunit use print function for Python 2 and 3 compatibility (#11)
- remove unnecessary usage of unicode strings (#12)
1.10.0 (2013-03-22 09:23)
1.9 (Groovy)
1.9.44 (2013-03-13)
1.9.42 (2013-01-25)
1.9.41 (2013-01-24)
1.9.40 (2013-01-13)
1.9.39 (2012-12-30)
- first public release for Groovy